Shane Brandes,
Please allow me to tap your expertise once again.
In most cases the command you gave worked. Two identical ( as far as I can
see ) codes are not producing identical engravings.
My error?
Thank you.
Mark
\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 { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user