lilypond-user
[Top][All Lists]
Advanced

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

Re: temporarily disable Dot_column_engraver?


From: foxfanfare
Subject: Re: temporarily disable Dot_column_engraver?
Date: Wed, 18 Apr 2018 04:22:15 -0700 (MST)

This post is old, but I can't find the solution for this specific problem.
In a general way, I wonder how it is possible to remove an engraver
temporarily?

For this dot_column case, here's the exemple wrote in Elaine Gould's book:

\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 "|"
    
    << { *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 "|"
    
    << { *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
    }
  }
}

How is it possible to combine those two solutions in a same staff?
Dot_column.PNG
<http://lilypond.1069038.n5.nabble.com/file/t5604/Dot_column.PNG>  



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



reply via email to

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