lilypond-user
[Top][All Lists]
Advanced

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

FW: How to override bar line?


From: Fairchild
Subject: FW: How to override bar line?
Date: Sun, 25 Sep 2005 12:24:35 -0500

Graham suggested minimalizing and forwarding to the bug list.  Here 'tis.
 
I'd like a double bar at the end of the first line and a beginning repeat on the second.  As the snippet shows, I can get one or the other, but not both.
 

%%%%%%%%%%%%%%

\version "2.4.6"
\layout{ indent = 0 linewidth = 2.0\in }
\relative c'' {
g1 a \bar "|."
\break
\repeat volta 2 {  \bar "|:"  b c }
\break
a g \bar "|."
\break
\repeat volta 2 { f e }
}

%%%%%%%%%%%%%%

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Fairchild
Sent: Saturday, September 24, 2005 5:08 PM
To: address@hidden
Subject: How to override bar line?
 
 Maybe this snippet/example would be worthy of enshrinement somewhere in the docs, if only there is a way to get a thin-thick bar line under the fermata at the end of the first line. Suggestions?

                              - Bruce

%%%%%%%%%%%%%%

  \version "2.4.6"
  \layout{ indent = 0 linewidth = 3.5\in }
  \relative c'' {
c1
 \repeat volta 2 {
\bar "||" \mark \markup { \musicglyph #"scripts-segno" }
a2 ( f~ }
 \alternative {
{ f ) c \bar"||" }
{\hideNotes \grace{ f4 ( f4~ } \unHideNotes f2 ) \bar "|." }}
\override Score.RehearsalMark
   #'break-visibility = #begin-of-line-invisible
\mark \markup { \musicglyph #"scripts-ufermata" }
\break
 \repeat volta 2 {
\bar"|:" b2 ( d~ }
 \alternative {
{ d ) c }
{\hideNotes
 \grace{ \slurUp d4 ( \stemDown d d~ c c
   \slurNeutral \stemNeutral }
 \unHideNotes
 d2 ) g,2
 ^\markup {\huge \italic \halign #0 "D.S. al Fine"} \bar"||" }}
  }

%%%%%%%%%%%%%%

 

Attachment: ATT00009.txt
Description: Text document


reply via email to

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