Hi Richard,

You can use 'proportionalNotationDuration' e.g.:

\version "2.19.35"

\relative {
  %% example 1
  c' d e f
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/64)
  \hideNotes
  %% Notes are kwnown but won't be shown
  g a b c
  \unset Score.proportionalNotationDuration
  \unHideNotes
  c b a g
  
  %% example 2
  \break
  c d e f
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/1)
  %% Unknown notes
  s1
  \unset Score.proportionalNotationDuration
  c4 b a g
}

Cheers,
Pierre



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Blank-bars-for-scribbling-in-tp186334p186335.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to