lilypond-user
[Top][All Lists]
Advanced

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

dashed span bar for ossia


From: carbon14
Subject: dashed span bar for ossia
Date: Thu, 7 Oct 2010 11:15:45 -0700 (PDT)

I have an ossia above a piano staff. The bar lines are joined between staves
by a bar span.

Is there a way to make the bar span a dashed or dotted line, but leave the
bar lines themselves solid?


Here's my example

\version "2.12.4"

\new PianoStaff = main \relative c'' {
  
  \new Staff = "upper" {
    c4 b d c c4 b
    <<
      { d c }
      \new Staff \with {
        \remove "Time_signature_engraver"
        alignAboveContext = #"upper"
        fontSize = #-3
        \override StaffSymbol #'staff-space = #(magstep -3)
        \override StaffSymbol #'thickness = #(magstep -3)
        firstClef = ##f
      }
      { f e }
    >>
    c4 b c2
  }
}

-- 
View this message in context: 
http://old.nabble.com/dashed-span-bar-for-ossia-tp29905487p29905487.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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