Leonardo Herrera <leonardo.herrera <at> gmail.com> writes:
>
> Hi all,
>
> I have a question: why the \slurDown instruction is ignored in the
> following snippet?
>
> \version "2.12.2"
> \paper{ ragged-right=##t }
>
> \relative c' {
> \clef treble
> \key des \major
> \time 9/8
>
> <<
> {
> % \slurDown is ignored
> \stemDown \slurDown des2. ~ des4.
> }
> \\
> {
> \stemUp f8[f ges] f8[bes f] ees8[f ees] ~
> }
> >>
> }
tie is not slur
try
des2._~ des4.
_(
_~
make the next slur / tie down
\slurDown makes alle slurs down (till \slurUp or \slurNeutral appears)
\tieDown doesn't exist as far as I know
Greetings
Werner
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user