lilypond-user
[Top][All Lists]
Advanced

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

Just chords


From: Timo Virtaneva
Subject: Just chords
Date: Mon, 2 Aug 2010 21:39:10 +0300 (EEST)

Hi

I have seached for a solution without any luck. I hope some one could help me.

I cannot get the bar lines aligned as I want. What is wrong in the code?

I just need guitar chords like this

|  G   | C, D7  |  G   | C, D7  |
|  G   | C, D7  |  G   | C, D7  |
|  G   | Em     |  G   |  Em    |
| Hm   | C      |  C   |  A7    |   A7  |
|  G   | C, D7  |  G   | C, D7  |
|  G   | C, D7  |  G   | C, D7  |

The code is 

% The lines are not aligned
\version "2.12.3"
       
\new ChordNames \with {
  \override BarLine #'bar-size = #4
  voltaOnThisStaff = ##t
  \consists Bar_engraver
  \consists "Volta_engraver"
  \remove "Bar_number_engraver"
}

\chordmode {
 
  g1 d2:7 c2 g1 c2 d2:7 \break
  g1 e1:m g1 e1:m \break 
 b1:m c1 c1 a1 a1 \break
 g1 c2 d2:7 g1 c2 d2:7 \break
 g1 c2 d2:7 g1 c2 d2:7 \break
    
}

% End

-- Timo






reply via email to

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