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. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user