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

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

Reply via email to