lilypond-user
[Top][All Lists]
Advanced

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

Re: slur problem


From: Pierre Perol-Schneider
Subject: Re: slur problem
Date: Sat, 30 Aug 2014 22:15:16 +0200

Hi Jay,

2014-08-30 21:54 GMT+02:00 <address@hidden>:
 
the slur from fis1 to the d'2. doesn't work here but did in the full score.  So what do I do to make this work in the part?

Try :

\version "2.18.0"

horn = \relative c, {
  \clef "bass_8"
  \key c \major
  \time 4/4
    fis,1 (
  \time 3/4
    d'2.)
  \bar "|."
}
 
\score {
  \new Staff \horn
  \layout { }
}

HTH,
Pierre


reply via email to

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