lilypond-user
[Top][All Lists]
Advanced

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

Re: \parallelMusic incompatible with slur marker at beginning of measure


From: Pierre Perol-Schneider
Subject: Re: \parallelMusic incompatible with slur marker at beginning of measure?
Date: Mon, 24 Nov 2014 06:35:04 +0100

Hi Ted,
The answer is in your question : you're putting slurs at a wrong place and phrasing slurs at the right one.
See attached,
HTH,
Pierre

2014-11-24 2:50 GMT+01:00 Ted Lemon <address@hidden>:
I've been learning lilypond this weekend, so forgive me if this is a question with an obvious answer, but I am having trouble getting slurs to work with \parallelMusic.  If the slur marker is on the note at the beginning of the line, I get a fun error.   This:

\parallelMusic #'(va dynD vb) {
  % ...

  % 7
  c2 (f,4-.) d'-4-. |
  s2. s4\f |
  f4-. f'-1-. ees-. d-. |

  (ees2-- c-- |
  s1 |
  (c2-- ees-- |

  % 9
  d2.--) s4 |
  s1 |
  d2.--) s4 |
}

produces this:

aylesford.ly:47:3: error: syntax error, unexpected EVENT_IDENTIFIER

  (ees2-- c-- |
aylesford.ly:49:3: error: syntax error, unexpected EVENT_IDENTIFIER

  (c2-- ees-- |
aylesford.ly:67:3: error: errors found, ignoring music _expression_

The whole file is here:

https://github.com/Abhayakara/music/blob/7f9f30aa69ce08bdcf55ced7695e3621d7f9a066/aylesford.ly

If I use a phrasing slur, it works fine:

  % 7
  c2 (f,4-.) d'-4-.\( |
  s2. s4\f |
  f4-. f'-1-. ees-. d-.\( |

  ees2-- c-- |
  s1 |
  c2-- ees-- |

  % 9
  d2.--\) s4 |
  s1 |
  d2.--\) s4 |

Complete file with phrasing slurs here:

https://github.com/Abhayakara/music/blob/master/aylesford.ly

Did I do something wrong here?


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

Attachment: aylesford.ly
Description: Text Data


reply via email to

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