Re: delayed turn with accidental

2019-08-02 Thread Pierre Perol-Schneider
Hi Mark, How about: \version "2.19.81" \transpose c d \relative c'' << { \stemNeutral \slurNeutral c4.( d8) } \\ { s4 \once \set suggestAccidentals = ##t \once \override AccidentalSuggestion.font-size = -3 \once \override AccidentalSuggestion.script-priority = -1

Re: hide barline when \startStaff coincides with system break

2019-08-02 Thread Pierre Perol-Schneider
Hi Mason, Here it goes: \version "2.21.0" \score { << \new Staff \relative c' { c4 c c c | c4 c c c | \stopStaff s1 \startStaff c4 c c c \stopStaff s1 \once\omit Staff.BarLine \startStaff \break c4 c c c } \new Staff

delayed turn with accidental

2019-08-02 Thread Mark Stephen Mrotek
Hello! The following is from 2.19 documents \version "2.19.81" \relative c'' { c2*2/3 ( s2*1/3\turn d4) r << { c4.( d8) } { s4 s\turn } >> \transpose c d \relative c'' << { c4. (d8) } s4 \once \set suggestAccidentals = ##t \once \ove

hide barline when \startStaff coincides with system break

2019-08-02 Thread mason
In bar 6 below, where \startStaff coincides with a system break, a lone barline is drawn at the end of the previous system. I would prefer for the barline to be omitted in this situation. In bar 4, where \startStaff does not coincide with a system break, I have a slight preference to keep the barl

Re: Programing error significance

2019-08-02 Thread Andrew Bernard
If anybody is going to trigger these things, it's me. :-) Andrew On Fri, 2 Aug 2019 at 21:09, Karim Haddad wrote: > Thanx Pierre, for the feedback. So apparently it's somehow a bug > > ___ lilypond-user mailing list lilypond-user@gnu.org https://list

Re: Programing error significance

2019-08-02 Thread Karim Haddad
Thanx Pierre, for the feedback. So apparently it's somehow a bug Best K On Thu, Aug 01, 2019 at 05:43:00PM +0200, Pierre Perol-Schneider wrote: > Hi Karim, > See: > http://lilypond.1069038.n5.nabble.com/Vertical-alignment-programming-error-td182727.html > HTH, > Cheers, > Pierre > > Le jeu. 1 ao

\unset in paper block

2019-08-02 Thread Werner LEMBERG
I wonder whether it is possible to use \unset in the paper block. The use-case is lyluatex, which sets `left-margin'; I want to unset this value so that lilypond only takes the line width into account to automatically center it. In other words, I would like to have % from lyluatex \paper

Re: Accidentals from note grob

2019-08-02 Thread Nils Nommensen
Alright, it was a mistake on my side. Your solutions work perfectly. Thanks a lot for your help! Am Fr., 2. Aug. 2019 um 09:48 Uhr schrieb Urs Liska : > > > Am 2. August 2019 08:43:51 MESZ schrieb Nils Nommensen < > n.nommen...@gmail.com>: > >That's exactly the point, I actually need the glyph n

Re: Accidentals from note grob

2019-08-02 Thread Urs Liska
Am 2. August 2019 08:43:51 MESZ schrieb Nils Nommensen : >That's exactly the point, I actually need the glyph name. >If I am noch mistaken, the alteration attribute also incorporates the >information of the key signature. I need to know which accidental is >directly in front of the notehead. >The