Oh yeah, it got mixed with the forum synthax.

\version "2.19.80"

\score {
  \relative c' {
    \cadenzaOn
    \omit Staff.TimeSignature
   << { c'2.^"OK" b \bar "|" b4. a } \\
       { b2. a c4. b } >> \bar "|"
    << { c2. \bar "|" b } \\
       { b2 a4 a2 g4 } >> \bar "|"
    
    << { < b c d >2.^"Not OK" <c d f>1. } \\
       { < c, d f >2. <e g>4. r <e g>2. } >> \bar "|"
  }
}


  
\score {
  \relative c' {
    \cadenzaOn
    \omit Staff.TimeSignature
   << { c'2. b^"Not OK" \bar "|" b4. a } \\
       { b2. a c4. b } >> \bar "|"
    << { c2. \bar "|" b } \\
       { b2 a4 a2 g4 } >> \bar "|"
    
    << { < b c d >2.^"OK" <c d f>1. } \\
       { < c, d f >2. <e g>4. r <e g>2. } >> \bar "|"
  }
  \layout {
    \context {
      \Staff
      \remove Dot_column_engraver
    }
    \context {
      \Voice
      \consists Dot_column_engraver
    }
  }
}



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to