lilypond-user
[Top][All Lists]
Advanced

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

Re: Lining up notes in disparate voices


From: Nick Payne
Subject: Re: Lining up notes in disparate voices
Date: Sun, 22 May 2011 16:00:19 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 22/05/11 07:42, address@hidden 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
    }
>>
}




reply via email to

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