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




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to