Hello, I could probably overcome these clashes but thought to point them out in case you do not know about them. Why do not these objects know about each other?
1. sopMusic = \notes { \tempo 4 = 96 cis''8^\mf ... }
results in
<<attachment: MorningTide1.png>>
2. later, \break \mark "A" cis''4. results in
<<attachment: MorningTide2.png>>
where the score block is set up like
\score { \notes
\context StaffGroup <<
\property Score.automaticMelismata = ##t
\addlyrics
\context Staff = Soprano {
\property Staff.instrument = "Soprano"
\property Staff.instr = "S"
\key a \major \sopMusic
}
\context Lyrics = sopLyrs { \sopWords }
\addlyrics
\context Staff = Alto {
\property Staff.instrument = "Alto"
\property Staff.instr = "A"
\key a \major \altoMusic
}
\context Lyrics = altoLyrs { \altoWords }
...
>>
\paper {
\translator {
\RemoveEmptyStaffContext minimumVerticalExtent = #'(30 . 3)
}
}
}
Best wishes,
Feri.
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
