lilypond-user
[Top][All Lists]
Advanced

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

Re: How to reproduce this?


From: Pierre Perol-Schneider
Subject: Re: How to reproduce this?
Date: Thu, 7 Jan 2016 19:23:39 +0100

Oops, my fault, I forgot about the slur.
So here it goes,

\version "2.18.2"
%\language "german"

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

<<
  \chords {
    f2 gis4 dis b
  }
  <<
    \relative c'' {
      \numericTimeSignature
      \voiceOne
      \tuplet 3/2 { c8 c c }
      \tuplet 3/2 { c c c }
      \override Beam.positions = #'(4 . 4)
      \tuplet 3/2 { dis dis dis }
      \tuplet 3/2 { dis dis dis } | %m1
      fis4
    }
    \new Voice = "Chords"
    \relative c' {
      \voiceTwo
      \slurDashed
      \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)
    }
  >>
  \addlyrics \lyricsto "Chords" {
    V2
    \markup\concat { \raise #.4 \small\flat VII }
    \markup\center-column {
      \concat { \raise #.7 \small\sharp III }
      IV
    }
    I
  }
>>

Cheers,
Pierre

2016-01-07 18:55 GMT+01:00 Carl-Henrik Buschmann <address@hidden>:
Thank you, much obliged!

1)
I didnt get...

  \addlyrics \lyricsto "Chords" {
    V2
    \markup\concat { \raise #.4 \small\flat VII }
    \markup\center-column {
      \concat { \raise #.7 \small\sharp III }
      IV
    }
    I
  }

...to work though:

http://i.imgur.com/aVeeG1V.png

2)
How do i raise the stems to make room for the dotted slurs?


reply via email to

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