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: Thu, 7 Jan 2016 19:42:55 +0100

Hello Pierre,

This doesn’t compile on 2.19.33 though.

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

JM

Starting lilypond 2.19.33 [Untitled]...
Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-mmxLK7/tmpXWfERQ/document.ly'
Parsing...
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-mmxLK7/tmpXWfERQ/document.ly:41:14: error: syntax error, unexpected \lyricsto, expecting \sequential or \simultaneous or << or '{'
\addlyrics
\lyricsto "Chords" {
>>


<<
fatal error: failed files: "/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-mmxLK7/tmpXWfERQ/document.ly"
Exited with return code 1.


Le 7 janv. 2016 à 19:23, Pierre Perol-Schneider <address@hidden> a écrit :

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?

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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