lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: justify


From: Lukas-Fabian Moser
Subject: Re: justify
Date: Wed, 1 Dec 2021 21:03:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0


Meanwhile… check out this awesome bug!!  =)

\version "2.22.1"

MyUpper = \relative c'' {
   \override Score.SpacingSpanner.strict-grace-spacing = ##t  %%  
comment/uncomment this line and the contexts switch!!
   c4 b a g8[ \appoggiatura { f32[ e]} d8]
}
MyLower = \relative c' { f4 g a b16 c b c }

\score  {
   <<
     \MyUpper
     \MyLower
   >>
}

:-)

Implicit context creation is a tricky thing (I'm sure David or Jean or ... can explain why). A healthy dose of \new Staff is going to help.

(I recently noticed that creating staves via

<<

#@(some list of music variables)

>>

may lead to seemingly random ordering of the staves, having nothing to do with the ordering of the list. Also here it helps if each of the music variables contains an explicit \new Staff ...

Lukas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]