lilypond-user
[Top][All Lists]
Advanced

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

Re: How to reproduce this?


From: Jacques Menu
Subject: Re: How to reproduce this?
Date: Fri, 8 Jan 2016 08:49:29 +0100

Hello Abraham,

Thanks, that works fine!

JM

Le 7 janv. 2016 à 19:47, Abraham Lee <address@hidden> a écrit :

Jacques,



On Thu, Jan 7, 2016 at 11:42 AM, Jacques Menu <address@hidden> wrote:
Hello Pierre,

This doesn’t compile on 2.19.33 though.

Thanks for all the help you provide to the rest of us!

Try this out:

%<-----------------------

\version "2.19.31"

\layout {
  \context {
    \ChordNames
    \override ChordName.font-family = #'roman
    \override ChordName.font-size = #0
  }
}

\score {
  <<
    \new ChordNames \chords {
      f2 gis4 dis b
    }
    \new Staff <<
      \new Voice \relative c'' {
        \numericTimeSignature
        \voiceOne
        \tuplet 3/2 { c8 c c }
        \tuplet 3/2 { c c c }
        \tuplet 3/2 { dis dis dis }
        \tuplet 3/2 { dis dis dis } | %m1
        fis4
      }
      \new Voice = "chrds" \relative c' {
        \voiceTwo
        \tieDashed
        \set melismaBusyProperties = #'()
        \override Stem.stencil = ##f
        < f a c >2 
        \override NoteColumn.force-hshift = #1
        < gis bis dis^~>4 < fisis ais dis^~> | %m1
        \revert NoteColumn.force-hshift
        < fis b dis >4
      }
    >>
    \new Lyrics \lyricsto "chrds" {
      V
      \markup\concat { \raise #.5 \small \flat VII }
      \markup\center-column {
        \concat { \raise #.9 \small \sharp III }
        IV 
      }
      I
    }
  >>
}

%<-----------------------

HTH,
Abraham 


reply via email to

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