On 22/05/11 07:42, [email protected] wrote:
Hey all,
I'm using a trick from the LSR to print string harmonics, but I'm not getting
the horizontal alignment I want between note columns (ideally everything should
line up horizontally @ its center). Any ideas on how to tweak this?
Cheers,
Mike
\relative c' {
<<
{
\oneVoice
<f bes\harmonic>1
}
\\
{
\oneVoice
\tiny
\override Stem #'stencil = ##f
\override Beam #'stencil = ##f
\override Dots #'stencil = ##f
\override ParenthesesItem #'font-size = #0
\override NoteHead #'duration-log = 2
<\parenthesize f''>1
}
>>
}
This does it, using 2.13.61
\relative c' {
<<
{
\oneVoice
<f bes\harmonic>1
}
\\
{
\oneVoice
\tiny
\override Stem #'stencil = ##f
\override Beam #'stencil = ##f
\override Dots #'stencil = ##f
\override ParenthesesItem #'font-size = #0
\override NoteHead #'duration-log = 2
\once \override NoteColumn #'force-hshift = #0.7 <\parenthesize f''>1
}
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user