lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord names


From: Klaus Blum
Subject: Re: Chord names
Date: Tue, 14 Jun 2016 12:53:20 -0700 (MST)

Hi Ralph, 

make the chordnames and the notes appear at the same time: 

% -----------------------------------------

% Chord names
\version "2.19.32"
\include "english.ly"


notes = \relative {
  \clef treble
  \key g \major
  \time 4/4

  g'4 g a g  |
}

chordNames = \chordmode {
  g2 d2
}



\score {
  <<
    \new ChordNames \chordNames
    \new Staff \notes
  >>

  \layout {
    indent = #0
  }
}

% -----------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Chord-names-tp191644p191645.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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