Re: Beamed eighth notes in markup

2021-06-11 Thread Jacques Menu
Hello Brent, Does this help you? JM \version "2.19.83" tempoRelationshipStaffReduce = #-3 \markup { \line \general-align #Y #DOWN { % 1st column in line "On l'indique ainsi : " % 2nd column in line \score { \new Staff \with { % reduce the font size a la cu

Beamed eighth notes in markup

2021-06-11 Thread Brent Annable
Hi all, I'm trying to create a markup indication that includes two beamed eighth-notes, but I can't seem to figure out how using \note or \note-by-number. Can anyone help? My efforts are attached. \version 2.19.65 \relative c' { c4 f^\markup {\center-align \italic \small { "(v. 6" }

Re: How to connect two note on diffrent stave with brace?

2021-06-11 Thread Lukas-Fabian Moser
Hi, Am 12.06.21 um 06:00 schrieb 睿达 陈: Hello everyone! I'm very sorry for my english. I have tried \left-brace, it is useless. because although it can engrave between two stave but not connect any note. If need detail, attachment was given. Best Regards! One could abuse \arpeggio and make

How to connect two note on diffrent stave with brace?

2021-06-11 Thread 睿达 陈
Hello everyone!I'm very sorry for my english.I have tried \left-brace, it is useless. because although it can engrave between two stave but not connect any note.If need detail, attachment was given.Best Regards!

Re: Output to SVG and PDF

2021-06-11 Thread Kenneth Wolcott
You could use a Makefile. On Fri, Jun 11, 2021 at 6:05 PM Jostle wrote: > > Thanks. I am using Ubuntu hirsute. > > Most of my scores are choral works, of 4 to 20 pages, that generate pdf, > svg and midi, plus midi for each part (usually 5 midi files). In some > cases I also generate a modified sc

Re: Output to SVG and PDF

2021-06-11 Thread Jostle
Thanks. I am using Ubuntu hirsute. Most of my scores are choral works, of 4 to 20 pages, that generate pdf, svg and midi, plus midi for each part (usually 5 midi files). In some cases I also generate a modified score for the pianist using a \book section, for which I only need the pdf file.

percent repeats followed by grace notes

2021-06-11 Thread Vaylor Trucks
This might be a bug that's already know but I wanted to check to see if anyone has a workaround. If you follow a multi-bar percent repeat with a grace note, the result it that the last measure is squashed a bit. Without the grace note everything is equally spaced. Here's a small example that ill

Re: Output to SVG and PDF

2021-06-11 Thread Knute Snortum
You don't say what environment you're on but you can always create a shell or batch file like this: #!/bin/bash LY_HOME=/path/to/lilypond/lilypond-2.22.1/bin $LY_HOME/lilypond --pdf $@ $LY_HOME/lilypond --svg $@ -- Knute Snortum On Fri, Jun 11, 2021 at 2:44 AM m.tarensk...@kpnmail.nl wrote: >

Re: Output to SVG and PDF

2021-06-11 Thread m.tarensk...@kpnmail.nl
Is it really so much more work to type two sequential lilypond commands on the commandline instead of one single commandbwith two different options?Verzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Output to SVG and PDFVan: Jostle Aan: lilypond-user@gnu.

Output to SVG and PDF

2021-06-11 Thread Jostle
Is there a way to generate BOTH svg AND pdf format output from one run of lilypond? I have tried putting both --svg and --pdf on the command line, but all I get is the svg output. Is it possible to define the output format in the .ly file in a \book section? Thanks, jostle