lilypond-user
[Top][All Lists]
Advanced

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

Strange results from simultaneous RehearsalMarks


From: Patrick Karl
Subject: Strange results from simultaneous RehearsalMarks
Date: Sat, 27 Jul 2019 11:29:02 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

I'm running LIlyPond 2.19.81 on a Mac desktop running OSX 10.11.6.

I'm confused about the warnings generated by the following snippet:

\version "2.19.81" \score {     \new GrandStaff <<         \new Staff  {             c'1\bar "|." \mark\markup { \musicglyph #"scripts.ufermata" } }         \new Staff \with { \consists "Mark_engraver" }  {             d'1 \override Staff.RehearsalMark #'direction = #DOWN \mark                 \markup { \musicglyph #"scripts.dfermata" } }     >> }

Compiling this snippet throws the following Warnings:

The strange thing is the pdf file generated by this snippet:

It doesn't look like the second rehearsal mark was junked at all. In fact, the output looks just like I hoped.

Snippet, log file, and pdf are attached.


Attachment: DoubleFermataBarLine.ly
Description: Text document

Attachment: DoubleFermataBarline.logimage
Description: PNG image

Attachment: DoubleFermataBarline.pdfimage
Description: PNG image


reply via email to

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