Grouping contexts: Difference between revisions

m I deleted the full keyword because, as far as I can tell, this snippet does not need to demonstrate page layout features.
mNo edit summary
 
Line 2: Line 2:


<lilypond version="2.24">
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?id=108
\layout {
  indent = 0
}
topVoice = \relative c' {
topVoice = \relative c' {
   \key d\major
   \key d\major
Line 46: Line 40:


\score {
\score {
   \context Staff << \topVoice \\ \botVoice >>
   \new Staff << \topVoice \\ \botVoice >>
}
}


\score {
\score {