Re: Help with String Orchestra Template Please using \quoteDuring command

2019-10-08 Thread Simon Albrecht
Hello, first a couple of policy things: Please always keep communication on-list (i.e. use Reply All) unless in exceptional circumstances you really need to share private information. Also, tiny examples are very useful, even necessary for communication on our lists; for bug reports they have

getting score information

2019-10-08 Thread jaap de wolff
Hello, At this moment I am in the process of creating a lilypond musicxml module. The module is written in scheme, and at this moment the module is able to handle simple music. At this moment I am able to handle both simplemusic = {valid music} \musicxml \simplemusic And s

Why does skip cause extender line to grow?

2019-10-08 Thread Patrick Karl
Consider the following snippet: \version "2.19.83" music = \relative c' {     c1~ c1     d4 e f g } words = \lyricmode {  Tra __  \skip 1 la la la } \score { \new Staff \music \addlyrics \words } The output is (also attached): I don't understand why the extender includes the d4 in the third

Re: Why does skip cause extender line to grow?

2019-10-08 Thread Kieren MacMillan
Hi Patrick, > I don't understand why the extender includes the d4 in the third measure. Because you didn’t tell it to stop extending. ;) > Is there a way to shorten it to the tied c1 in the second measure? How’s this? %%% SNIPPET BEGINS \version "2.19.83" music = \relative c' { c1 ~ c1

remove a staff

2019-10-08 Thread MING TSANG
Hi, lilyponders, Is it possible to remove a staff ( everything)? Thanks for the help,Ming___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user