lilypond-user
[Top][All Lists]
Advanced

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

Re: Stemless notes - entire score?


From: SoundsFromSound
Subject: Re: Stemless notes - entire score?
Date: Tue, 19 Mar 2013 08:37:49 -0700 (PDT)

Just a follow up:

David's idea of adding --> 

\context { 
  \Staff 
  \omit Stem 
  \omit Flag 
} 

worked perfectly from what I can tell.  Hope this helps others!

Thank you all for your input and suggestions, much appreciated.
LilyPond is so powerful...

Ben


David Kastrup wrote
> Robert Schmaus <

> robert.schmaus@

> > writes:
> 
>> Hi Ben,
>>
>> just add
>>
>>      \context {
>>       \Staff
>>       \override Stem #'transparent = ##t
>>       \override Flag #'transparent = ##t
>>     }
>>
>> to the layout block. If there's anything else you'd like to hide, just
>> set the respective property transparent as well ...
> 
> This will still reserve space for them.  I'd rather use
> 
> \context {
>   \Staff
>   \omit Stem
>   \omit Flag
> }
> 
> Note that \omit is only defined after 2.17.5 or so, with earlier
> versions you'll need
> 
> \context {
>   \Staff
>   \override Stem #'stencil = ##f
> ...
> 
> If it cranks out programming errors (I seem to remember that this
> was a problem at some point of time), you can use
> 
>   \override Stem #'stencil = \point-stencil
> 
> instead.
> 
> -- 
> David Kastrup
> 
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user





-----
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Stemless-notes-entire-score-tp143010p143031.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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