lilypond-user
[Top][All Lists]
Advanced

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

Re: Just chords and lyrics.


From: Graham Percival
Subject: Re: Just chords and lyrics.
Date: Thu, 27 Nov 2008 18:29:48 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Nov 27, 2008 at 08:22:51PM -0600, Jonathan Kulp wrote:
> makeTransparent = {
> \override NoteHead #'transparent = ##t
> \override Stem #'transparent = ##t
> \override TupletBracket #'bracket-visibility = ##f

This could be added to ly/property-init.ly.  Oh, and indentation.
And possibly a different name; makeTransparent sounds close to
hideNotes.

... on second thought, why doesn't hideNotes contain all the above
overrides?  Maybe it should...

>       \midi {
>               \context {
>                       \Score
>                       tempoWholesPerMinute = #(ly:make-moment 270 8)
>               }
>       }

For the minimal example in the docs, you would omit the \midi, of
course.

Cheers,
- Graham




reply via email to

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