lilypond-user
[Top][All Lists]
Advanced

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

Re: re-attacked glissandi


From: Bernardo Barros
Subject: Re: re-attacked glissandi
Date: Tue, 29 May 2012 15:54:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 05/29/2012 03:06 PM, Bernardo Barros wrote:
> BTW I came across a problem with grace notes with chord glissandi. Is
> there a way to make the grace note appear BEFORE the barline?

Found it. Seems to work with a simple snippet.


\score {
  <<
    \new StaffGroup  {
      \new Staff {
        c''1
        <<
          {
            #(define afterGraceFraction (cons 17 18))
           \afterGrace <b' fih'> \glissando { <aih' eeh'>16 }
          }
          \new Staff
            \with {
              \clef tab
              \override StaffSymbol #'line-count = #4
              fontSize = #-3
            } {
              \once \override Staff.TimeSignature #'stencil = ##f
              d'16 b d' b d' b d' b d'16 b d' b d' b d' b
            }

        >>
        c''1
      }
    }
  >>
}






-- 
Bernardo Barros



reply via email to

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