bug-lilypond
[Top][All Lists]
Advanced

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

Re: \appoggiatura disables autoBeam


From: Mats Bengtsson
Subject: Re: \appoggiatura disables autoBeam
Date: Sun, 10 Jun 2007 10:24:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Jay Anderson wrote:

In any case I think
a better workaround is to add some space before the grace note. This will keep
the key signature where you want it.

The disadvantage, of course, is that the extra spacer note also
introduces some extra space in the printed output compared
to the solution I proposed:

\version "2.11.22"
\score {
\new PianoStaff <<
  \relative c''

  \new Staff {
   \key g \minor

   \appoggiatura g'16
   \partial 4
   f8 ees16 d
   c8-3 (bes) bes4. d8-2 g d
  }

  \relative c'
  \new Staff {
   \key g \minor
   \grace s16
   \partial 4
   r4
   r8 bes8 (d f d bes d g)
  }
>>
}


   /Mats

\version "2.11.22"
\score {
\new PianoStaff <<
  \relative c''

  \new Staff {
   \key g \minor
   \partial 4.
   s8

   \appoggiatura g'16
   f8 ees16 d
   c8-3 (bes) bes4. d8-2 g d
  }

  \relative c'
  \new Staff {
   \key g \minor
   \partial 4.
   s8
   r4
   r8 bes8 (d f d bes d g)
  }
>>
}

-----Jay



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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