lilypond-user
[Top][All Lists]
Advanced

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

Re: Breton bagpipe notation


From: Eluze
Subject: Re: Breton bagpipe notation
Date: Sun, 9 Feb 2014 23:53:48 -0800 (PST)

Eluze wrote
> 
> guocuozuoduo wrote
>> Is it possible to setup the basic template for Breton bagpipe notation?
>> (as opposed to Scottish notation, Breton notation has all melody notes
>> stem-up and all grace notes/embellishments stem-down.)
>>  
> can you simply reverse the definitions in the \layout section?
> or can you give a tiny example how this should look like? Scottish and
> Breton?


guocuozuoduo wrote
> \score {
> \new Staff {
> \key d \major
> \marchTime
> \bar ".|"
> \stemUp
> \partial 8 e8
> \stemDown \grg
> \stemUp a4
> \stemDown \taor
> \stemUp a8. b16
> \stemDown \dblc
> \stemUp c8
> \stemDown \gre
> \stemUp a
> \stemDown \dblc
> \stemUp c e
> \stemDown \dblA
> \stemUp A4
> \stemDown \grg
> \stemUp A
> \stemDown \grip
> \stemUp A8 e
> \stemDown \dblc
> \stemUp c
> \stemDown \gre
> \stemUp a
> }
> \header {
> piece = "Breton notation"
> }
> \layout {
> \context {
> \Voice
> % All stems go up.
> \override Stem.direction = #UP
> % How would you tell LP that all \pgrace needs to be stem-down while the
> remaining notes to be stem-up?
> % All slurs and ties are below.
> \override Slur.direction = #DOWN
> \override Tie.direction = #DOWN
> }
> }
> }
> [...]

please always respond to the list!
please always send such lists of code as file attachment (if needed at all)!

to your question:

  $(add-grace-property 'Voice 'Stem 'direction -1)

in the code or layout section should do the trick.

Eluze





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Breton-bagpipe-notation-tp159010p159071.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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