lilypond-user
[Top][All Lists]
Advanced

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

Double fermata on barline error


From: Javier Ruiz-Alma
Subject: Double fermata on barline error
Date: Sun, 7 Aug 2011 22:24:12 -0700 (PDT)

I found a sample snippet using GrandStaff for the purpose of placing two fermatas on top/bottom of a bar line.
 
But my score with PianoStaff, I can't manage to get the fermatas to align similarly.
 
Attach is pdf of the engraving, and below is the lilypond.
 
Thank You, Javier
 
_______________________________________
 
\version "2.14.2"
%-----------BEGIN SAMPLE SNIPPET
\score {
 \new GrandStaff <<
  \context Staff = one {
   c''1 \bar "|."
   \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
   \mark \markup { \musicglyph #"scripts.ufermata" }
  }
  \context Staff = two \with { \consists "Mark_engraver" } {
   c''1
   \override Staff.RehearsalMark #'direction = #DOWN
   \mark \markup { \musicglyph #"scripts.dfermata" }
  }>>
}
%--------------BEGIN FAULTY SCORE
\score{
   \new PianoStaff <<
  \set PianoStaff.connectArpeggios = ##t
  \new Staff {
    d''1\arpeggio |\bar "|."
    \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
    \mark \markup { \musicglyph #"scripts.ufermata" }
  }
  \new Staff  \with { \consists "Mark_engraver" } {
          \clef bass
    <f a>1\arpeggio|
    \override Score.RehearsalMark #'direction = #DOWN
    \mark \markup { \musicglyph #"scripts.dfermata" }
     }>>
   \layout{\context { \Staff \consists "Span_arpeggio_engraver"}}
}

 

Attachment: Double_fermata_error.pdf
Description: Adobe PDF document


reply via email to

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