bug-lilypond
[Top][All Lists]
Advanced

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

volta brackets & chord names


From: Erik Sandberg
Subject: volta brackets & chord names
Date: Fri, 23 Apr 2004 10:38:47 +0200
User-agent: KMail/1.5.4

Hi,

This problem was reported some time ago. Added it to the bug database 
(volta-bracket-chords):

Volta brackets are placed below chord names, they should always be placed 
above them.
Like:
 _____ ______
|1.   |2.
  c c  c  c
======|=========
=====:|========


% important
\header { texidoc =
"Volta brackets are placed below chords, they should be placed above."
}

\version "2.2.0"
\score {
<<
  \new ChordNames \chords {c2 c c c c c}
  \new Staff \notes {\repeat "volta" 2 { b2 b } \alternative {b b} {b b}}
>>
\paper{}
}

Erik





reply via email to

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