How does the output differ from what's suggested in 1.8.1.3, printing marks on every staff?
I get relatively similar output
\version "2.11.56"

markings = {
   s1\mark \default
   s1*3
   s1\mark \default
   s1*7
   s1\mark \default
   s1*3
   \bar "|."
}

notes = {
   \repeat unfold 16 {c'1}
}

\new Score \with {\remove Mark_engraver} {
   <<
      \new Staff \with {\consists Mark_engraver} <<\markings \notes>>
      \new Staff \notes
      \new Staff <<\clef "treble_8" \notes>>
      \new Staff <<\clef bass \notes>>
      \new PianoStaff
      <<
\new Staff \with {\consists Mark_engraver} <<\markings \notes>>
         \new Staff <<\clef bass \notes>>
      >>
   >>
}

<<inline: marks.png>>



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to