lilypond-user
[Top][All Lists]
Advanced

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

Re: Blank bars for scribbling in


From: Schneidy
Subject: Re: Blank bars for scribbling in
Date: Sun, 24 Jan 2016 03:29:53 -0700 (MST)

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.



reply via email to

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