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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to