lilypond-user
[Top][All Lists]
Advanced

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

Re: Mark_engraver in PianoStaff?


From: James E. Bailey
Subject: Re: Mark_engraver in PianoStaff?
Date: Mon, 25 Aug 2008 17:35:35 +0200

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>>
      >>
   >>
}

PNG image




reply via email to

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