Eluze, Thank you. Please see attached.
Mark -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eluze Sent: Friday, December 20, 2013 2:19 AM To: [email protected] Subject: RE: delayed turn Mark Stephen Mrotek wrote > It is here, > http://lists.gnu.org/archive/html/lilypond-user/2013-12/txtHVW62yOy_y.txt this is a archive/mailing list! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156185.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.16.2"
global = {
\key g \minor
\numericTimeSignature
\time 2/4
}
violin = \relative c'' {
\global
\once \override TextScript #'extra-offset = #'(0.5 . -1.5)
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \natural } }
d16-2 ees f g ees-2 ) |
\once \override TextScript #'extra-offset = #'(0.5 . -1.5)
\once \override TextScript #'avoid-slur = #'inside
\once \override TextScript #'outside-staff-priority = ##f
c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
\halign #-4
\center-column {
\musicglyph #"scripts.turn" \natural } }
d16-2 ees f g ees-2 ) |
}
\score {
\new Staff \violin
\layout { }
}
BadTurns.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
