Re: Encoding Bar, Line breaks into MIDI?

2023-12-19 Thread Stefano Antonelli
e playback based on the speed of the music and the distance (difference in x positions) between the last note, the bar line, and the next note. I need a different approach. On Tue, 2023-12-19 at 21:14 -0800, Stefano Antonelli wrote: > Hello list, > > I'd like to encode bar li

Encoding Bar, Line breaks into MIDI?

2023-12-19 Thread Stefano Antonelli
Hello list, I'd like to encode bar lines and line breaks into the midi output. There are some general purpose midi control change messages that could be abused for this purpose. These general purpose control change messages have id's of 80-84. I don't see a way to use them in the lilypond

Re: Question about text formatting: hard line breaks?

2023-01-24 Thread Leo Correia de Verdier
have: > > \markup \small \box \wordwrap { > several lines of text here ... > } > > This works quite well, except that I'd like to modify some of the line > breaks. I could probably do this by either specifying the text as a list of > lines (which I'm not sure how to d

Re: Question about text formatting: hard line breaks?

2023-01-24 Thread Michael Werner
line breaks. Makes things easy when doing a copy and paste. The full description from the official docs: \string-lines strg (string) Takes the string strg and splits it at the character provided by the property split-char, defaulting to #\newline. Surrounding whitespace is removed from every

Re: Question about text formatting: hard line breaks?

2023-01-23 Thread Andrew Bernard
, Alasdair McAndrew wrote: This works quite well, except that I'd like to modify some of the line breaks.  I could probably do this by either specifying the text as a list of lines (which I'm not sure how to do: that is, a list of lines all surrounded by a single box).

Re: Question about text formatting: hard line breaks?

2023-01-23 Thread Andrew Bernard
Doesn't this have everything you want? https://lilypond.org/doc/v2.24/Documentation/notation/text-markup-commands Andrew On 24/01/2023 11:14 am, Alasdair McAndrew wrote: And where would I go looking for this - where can I find a comprehensive list of all text commands accepted by lilypond?

Question about text formatting: hard line breaks?

2023-01-23 Thread Alasdair McAndrew
Hello, I have a paragraph of descriptive text that I'd like to display in a box. Currently I have: \markup \small \box \wordwrap { several lines of text here ... } This works quite well, except that I'd like to modify some of the line breaks. I could probably do this by either

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-12 Thread Kenneth Wolcott
vanishes on the following page. Is this a > > known bug or am I doing something stupid? At this point I can go with > > the forced line breaks of the original arranger resulting in 6 > > cramped systems on one page followed by the last (and only) system on > > the followin

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-12 Thread Jean Abou Samra
Le 12/09/2022 à 04:25, Kenneth Wolcott a écrit : HI;   I have a partial crescendo hairpin followed by a forced page break but the hairpin silently vanishes on the following page.  Is this a known bug or am I doing something stupid?  At this point I can go with the forced line breaks

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Kenneth Wolcott
Hi Andrew; Thanks, it looks like that is yet another thing that I have to put into the "can't grok now, study it and try it again later" pile of Lilypond features. **SIGH** Ken On Sun, Sep 11, 2022 at 8:20 PM Andrew Bernard wrote: > > It's LSR 804. I do this all the time. > > [I confess I

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Kenneth Wolcott
Hi Kieren; Yeah, I didn't state my question as precisely as I meant to. This arranger uses the mixture of styles **in the same action** (what is a better way to state this?) I think it is fine to use text the first time, then use a hairpin for the next time, etc; but these are distinct

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Andrew Bernard
It's LSR 804. I do this all the time. [I confess I have not checked this moment re page breaking.] Andrew

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Kieren MacMillan
Hi Ken, > BTW, this arranger uses a mixture of hairpins and "cresc."/"dim." which seems > really silly to me. > Why not use only hairpins or only cresc+dim? There are lots of good reasons to use both in a single score. That being said, a quick glance at the score you attached suggests the good

Re: Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Kenneth Wolcott
2 at 7:25 PM Kenneth Wolcott wrote: > HI; > > I have a partial crescendo hairpin followed by a forced page break but > the hairpin silently vanishes on the following page. Is this a known bug > or am I doing something stupid? At this point I can go with the forced > line breaks o

Hairpins can continue around line breaks but not page breaks?

2022-09-11 Thread Kenneth Wolcott
HI; I have a partial crescendo hairpin followed by a forced page break but the hairpin silently vanishes on the following page. Is this a known bug or am I doing something stupid? At this point I can go with the forced line breaks of the original arranger resulting in 6 cramped systems on one

Re: Line breaks not working despite using \break

2021-03-15 Thread Lukas-Fabian Moser
Hi Robert, Am 15.03.21 um 12:46 schrieb Robert Blackstone: I’m presently struggling with a keyboard score and I know exactly where line breaks have to be inserted to make the score readable. So I enter \break at those points, in all voices, but it does not work at all. The result

Re: Line breaks not working despite using \break

2021-03-15 Thread Mark Knoop
At 11:46 on 15 Mar 2021, Robert Blackstone wrote: Hi all, I’m presently struggling with a keyboard score and I know exactly where line breaks have to be inserted to make the score readable. So I enter \break at those points, in all voices, but it does not work at all. The result

Line breaks not working despite using \break

2021-03-15 Thread Robert Blackstone
Hi all, I’m presently struggling with a keyboard score and I know exactly where line breaks have to be inserted to make the score readable. So I enter \break at those points, in all voices, but it does not work at all. The result is a cluttered, ugly and for the pianist practically unreadable

Re: Line breaks in polymetric music

2020-06-01 Thread Sami Amiris
Thank you very much! A great solution! Many thanks! -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Line breaks in polymetric music

2020-06-01 Thread Thomas Morley
\consists "Metronome_mark_engraver" } \context { \Voice % Permit line breaks within tuplets \remove "Forbid_line_break_engraver" % Allow beams to be broken at line breaks \override Beam.breakable = ##t } } at = #(define-music-function (time event mu

Re: Line breaks in polymetric music

2020-06-01 Thread Sami Amiris
A great thank you to all! I will implement these solutions to my piece. Thank you all once again! -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Line breaks in polymetric music

2020-06-01 Thread Lukas-Fabian Moser
Hi Mark and Sami, Basically, there can only be a line-break on a note or rest boundary. So the approach is: 1. Decide where you want the break, say in this example halfway through the second 4/8 bar 2. Split the note at that point into two, you will have to do the maths to make this work.

Re: Line breaks in polymetric music

2020-06-01 Thread Mark Knoop
At 07:49 on 01 Jun 2020, Sami Amiris wrote: > Thank you for your response. > > I did research it and found nothing. Would you have a suggestion for > me to look at? Hi Sami, Basically, there can only be a line-break on a note or rest boundary. So the approach is: 1. Decide where you want the

Re: Line breaks in polymetric music

2020-06-01 Thread Sami Amiris
Thank you for your response. I did research it and found nothing. Would you have a suggestion for me to look at? Thank you S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Line breaks in polymetric music

2020-05-31 Thread Andrew Bernard
Hi Sami, This is a known tricky problem. Search the archives of this list about this. There is quite a lot of discussion. It's not a shortcoming of lilypond but a consequence of non commensurate lines. Andrew On Mon, 1 Jun 2020 at 07:25, Sami Amiris wrote: > I am writing a heavily polymetric

Line breaks in polymetric music

2020-05-31 Thread Sami Amiris
Hello all esteemed members. I am writing a heavily polymetric piece and I have issues with line breaking in a system. To make a long story short, they don't work well for me. So, I prepared an example: This one I would be most grateful if someone managed to

Re: Convert-ly adds line breaks

2020-03-15 Thread Mark Mathias
o: lilypond-user@gnu.org > > Subject: Re: Convert-ly adds line breaks > > > > Hi, > > > > I suspect this is a Unix vs. Windows line ending issue. > > That's exactly what it is. The Frescobaldi project has an open issue for > this that I just commented on earlier today

RE: Convert-ly adds line breaks

2020-03-15 Thread Daniel Rosen
> -Original Message- > From: Martin Neubauer [mailto:mrtn...@gmail.com] > Sent: Sunday, March 15, 2020 2:11 PM > To: lilypond-user@gnu.org > Subject: Re: Convert-ly adds line breaks > > Hi, > > I suspect this is a Unix vs. Windows line ending

Re: Convert-ly adds line breaks

2020-03-15 Thread David Kastrup
Anders Eriksson writes: > On 2020-03-15 20:18, Mark Stephen Mrotek wrote: >> >> Anders, >> >> Thank you for your reply. >> >> I have not used “command line” to run convert.ly. >> >> Can you provide a process? >> >> Thank you, >> >> Mark >> > Hello Mark, > > 1.    Start a command Window (cmd) >

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
Anders, Thanks for teaching a old dog some new tricks! Mark From: Anders Eriksson [mailto:lilyp...@andis59.se] Sent: Sunday, March 15, 2020 12:24 PM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Convert-ly adds line breaks On 2020-03-15 20:18, Mark Stephen Mrotek

Re: Convert-ly adds line breaks

2020-03-15 Thread Anders Eriksson
AM *To:* lilypond-user@gnu.org *Subject:* Re: Convert-ly adds line breaks On 2020-03-15 18:48, Mark Stephen Mrotek wrote: Mark, The same happened when I used convert.ly. Mark *From:*lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *M

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
To: lilypond-user@gnu.org Subject: Re: Convert-ly adds line breaks On 2020-03-15 18:48, Mark Stephen Mrotek wrote: Mark, The same happened when I used convert.ly. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mark Mathias Sent

Re: Convert-ly adds line breaks

2020-03-15 Thread Martin Neubauer
lilypond-user > [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mark > Mathias > Sent: Sunday, March 15, 2020 3:26 AM > To: lilypond-usermailinglist > Subject: Convert-ly adds line breaks > > > > Running Frescobaldi 3.1.1 "Update with

Re: Convert-ly adds line breaks

2020-03-15 Thread Anders Eriksson
:* Convert-ly adds line breaks Running Frescobaldi 3.1.1 "Update with convert-ly" from LilyPond 2.18.2 to 2.20.0 added an extra line break to every line of the .ly file (Windows10). I can strip them out of course, but is there a way to avoid this? Couldn't find anything in F

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
Mark, The same happened when I used convert.ly. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mark Mathias Sent: Sunday, March 15, 2020 3:26 AM To: lilypond-usermailinglist Subject: Convert-ly adds line breaks Running

Convert-ly adds line breaks

2020-03-15 Thread Mark Mathias
Running Frescobaldi 3.1.1 "Update with convert-ly" from LilyPond 2.18.2 to 2.20.0 added an extra line break to every line of the .ly file (Windows10). I can strip them out of course, but is there a way to avoid this? Couldn't find anything in Frescobaldi preferences that covers this. Thank you,

Re: Split percent repeats at line breaks

2020-03-01 Thread antlists
On 29/02/2020 13:10, Davide Liessi wrote: Hi all. I'd like to have percent repeats automatically split at line breaks, i.e., in the following example I'd like the first score to look like the second. \version "2.19.84" \score { \repeat percent 30 { c'1 } } \score { { \repe

Split percent repeats at line breaks

2020-02-29 Thread Davide Liessi
Hi all. I'd like to have percent repeats automatically split at line breaks, i.e., in the following example I'd like the first score to look like the second. \version "2.19.84" \score { \repeat percent 30 { c'1 } } \score { { \repeat percent 14 { c'1 } \repeat percen

Re: Accidental style in presence of mid-bar line breaks.

2018-06-28 Thread Richard Shann
On Thu, 2018-06-28 at 14:52 +0100, Richard Shann wrote: > On Thu, 2018-06-28 at 09:09 +0100, Richard Shann wrote: > > On Wed, 2018-06-27 at 17:00 +0200, Simon Albrecht wrote: > > > On 26.06.2018 09:11, Richard Shann wrote: > > > > In this connection, I noticed that LilyPond skips printing the > >

Re: Accidental style in presence of mid-bar line breaks.

2018-06-28 Thread Richard Shann
On Thu, 2018-06-28 at 09:09 +0100, Richard Shann wrote: > On Wed, 2018-06-27 at 17:00 +0200, Simon Albrecht wrote: > > On 26.06.2018 09:11, Richard Shann wrote: > > > In this connection, I noticed that LilyPond skips printing the > > > bar > > > number at the beginning of each line if the bar is

Re: Accidental style in presence of mid-bar line breaks.

2018-06-28 Thread Richard Shann
On Wed, 2018-06-27 at 17:00 +0200, Simon Albrecht wrote: > On 26.06.2018 09:11, Richard Shann wrote: > > In this connection, I noticed that LilyPond skips printing the bar > > number at the beginning of each line if the bar is being split over > > a > > line. > > That’s configurable: > >

Re: Accidental style in presence of mid-bar line breaks.

2018-06-27 Thread Simon Albrecht
On 26.06.2018 09:11, Richard Shann wrote: In this connection, I noticed that LilyPond skips printing the bar number at the beginning of each line if the bar is being split over a line. That’s configurable: %%% \version "2.19.80" \layout {   \context {     \Score    

Re: Accidental style in presence of mid-bar line breaks.

2018-06-26 Thread Richard Shann
On Mon, 2018-06-25 at 22:48 +0200, Simon Albrecht wrote: > On 25.06.2018 13:25, Richard Shann wrote: > > In 18th c. mss and prints it is quite common to create line breaks > > during bars - I've found this much improves the legibility of some > > florid slow movements. >

Re: Accidental style in presence of mid-bar line breaks.

2018-06-25 Thread Simon Albrecht
On 25.06.2018 13:25, Richard Shann wrote: In 18th c. mss and prints it is quite common to create line breaks during bars - I've found this much improves the legibility of some florid slow movements. However, it seems that the available accidental styles only take account of barlines and ignore

Re: Accidental style in presence of mid-bar line breaks.

2018-06-25 Thread Richard Shann
On Mon, 2018-06-25 at 13:53 +0200, David Kastrup wrote: > Richard Shann writes: > > > In 18th c. mss and prints it is quite common to create line breaks > > during bars - I've found this much improves the legibility of some > > florid slow movements. > > > >

Re: Accidental style in presence of mid-bar line breaks.

2018-06-25 Thread David Kastrup
Richard Shann writes: > In 18th c. mss and prints it is quite common to create line breaks > during bars - I've found this much improves the legibility of some > florid slow movements. > > However, it seems that the available accidental styles only take > account of barlin

Accidental style in presence of mid-bar line breaks.

2018-06-25 Thread Richard Shann
In 18th c. mss and prints it is quite common to create line breaks during bars - I've found this much improves the legibility of some florid slow movements. However, it seems that the available accidental styles only take account of barlines and ignore line breaks, which is not very practical

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-14 Thread foxfanfare
Robert Kubosz wrote > Still I have question refering the breaks: is there any other method for > line breaking (preferably auto-breaking)? I don't understand your question. In your exemple, the breakings are working because you have added the barlines in your \repeat command. Then LP

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-13 Thread Robert Kubosz
Hi Thomas! I added the post via web page with use of markup. It looks like the mail engine ignored it. Nevermind, I repost the example: \version "2.19.81" \relative f' { \clef treble \key f \major \repeat unfold 10 f4 \break \repeat unfold 10 g4

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-13 Thread Thomas Morley
2018-05-13 18:30 GMT+02:00 Robert Kubosz : > The example below Hello, there is no code visible for me in your mail. Neither here: https://lists.gnu.org/archive/html/lilypond-user/2018-05/msg00317.html Please provide plain text mails or attach a file or a link to it.

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-13 Thread foxfanfare
in cadenza mode? > > With best regards > Robert Hi Robert. I don't understand your problem, cadenzaOn will produce the clefs and time signature after line breaks by default! I think your exemple is missing the "cadenzaOn" btw. \version "2.19.81" \relative f' { \c

\cadenzaOn: clefs, key signatures on line breaks

2018-05-13 Thread Robert Kubosz
Hello! I write a music piece with \cadenzaOn and \cadenzaOff. The example below produces output without the clef and key signature after line break. Is there a possibility to display them? Also, I have second question: can the lines auto break in cadenza mode? With best regards Robert --

Edition Engraver, TieColums and line breaks

2018-04-01 Thread Stefano Troncaro
Hi all! I currently have a function that accesses some grobs through their "containers"(NoteHeads/Accidentals in NoteColumns, Ties in TieColumns) and lets me tweak properties (individually if needed) of each. This is done in a single override so it works with the Edition Engraver. But I've come

Re: polymeter line breaks

2017-11-28 Thread Adrian Croucher
hi, On 28/11/17 11:45, Lukas-Fabian Moser wrote: You must explicitly allow Lilypond to create a line break in mid-measure. This is possible by \bar "". There are ways to do this automatically, but maybe in your case it's not so bad to keep control over which places you want to permit for a

Re: polymeter line breaks

2017-11-27 Thread Lukas-Fabian Moser
s by treating it as a polymetric score, > with occasional short bars inserted to represent the phasing. > > It's great that Lilypond allows polymetric scores like this. However, I've > struck a problem with line breaks. The attached example is a simplified > illustration of the prob

polymeter line breaks

2017-11-27 Thread Adrian
it as a polymetric score, with occasional short bars inserted to represent the phasing. It's great that Lilypond allows polymetric scores like this. However, I've struck a problem with line breaks. The attached example is a simplified illustration of the problem. Here there are just two parts

Re: reciting text over line breaks

2017-11-10 Thread David Wright
On Fri 10 Nov 2017 at 09:43:04 (-0500), Benjamin Bloomfield wrote: > Yes, but I want to allow line breaks in the middle of those breves if it > makes sense for line breaks to occur there. This is actually the way I had > been doing it, but it is a tedious process of trial and error to f

Re: reciting text over line breaks

2017-11-10 Thread Benjamin Bloomfield
Yes, but I want to allow line breaks in the middle of those breves if it makes sense for line breaks to occur there. This is actually the way I had been doing it, but it is a tedious process of trial and error to figure out that, e.g., the line should break after "and" in "always

Re: reciting text over line breaks

2017-11-10 Thread Michael Gerdau
Hi Benjamin, assuming you have your music in a varible called e.g. \music you simply put your verses like shown below and combine them as with any other score. That should give you the desired result. verse = \lyricmode { It \once \override LyricText.self-alignment-X = #LEFT "is truly right

reciting text over line breaks

2017-11-09 Thread Benjamin Bloomfield
Dear forum, I am trying to figure out the best way to typeset something similar to the attached image (if the image doesn't work, it is of the fourth and fifth systems in this PDF ). Basically, the breves indicate a

Re: reciting text over line breaks

2017-11-09 Thread Benjamin Bloomfield
Also, I am having difficulty preventing hyphens in the lyrics when using \hide NoteHead to hide the noteheads after the breves. Is there a way to force these lyrics to not use hyphens? Thanks, *Benjamin Bloomfield* On Thu, Nov 9, 2017 at 7:44 PM, Benjamin Bloomfield wrote:

Re: Forcing line breaks without changing bar lines

2017-06-07 Thread Li Jie Wong
Thanks! It works perfectly :) On Tue, 6 Jun 2017 at 01:57 David Kastrup wrote: > Li Jie Wong writes: > > > Is it possible to make a function that will do the equivalent of... > > > > \break > > > > when at a bar boundary, and > > > > \bar "" \break > > >

Re: Forcing line breaks without changing bar lines

2017-06-05 Thread David Kastrup
Li Jie Wong writes: > Is it possible to make a function that will do the equivalent of... > > \break > > when at a bar boundary, and > > \bar "" \break > > otherwise? > > Basically, I just want a line break at a point, without lilypond fussing > about whether the break

Forcing line breaks without changing bar lines

2017-06-05 Thread Li Jie Wong
Is it possible to make a function that will do the equivalent of... \break when at a bar boundary, and \bar "" \break otherwise? Basically, I just want a line break at a point, without lilypond fussing about whether the break is at a valid position or not, but I also don't want to erase

Re: Line breaks on a "where allowed" basis

2017-04-27 Thread David Kastrup
mas Morley's suggestion (setting penalties), this "sort of" > works, but for me it created fewer line breaks, resulting in a > not-so-pretty sqeezed layout. > >> presentation, three to eight measures each; line breaks in the middle of >> an >> > exercise being

Re: Line breaks on a "where allowed" basis

2017-04-27 Thread Lukas-Fabian Moser
> > > Is there a way to get something like > > "Break at most where allowed by user"? > > \once\autoLineBreaksOn ? Thanks a lot - sometimes it's so easy... :-) As for Thomas Morley's suggestion (setting penalties), this "sort of" works, but for m

Re: Line breaks on a "where allowed" basis

2017-04-27 Thread David Kastrup
Lukas-Fabian Moser <l...@gmx.de> writes: > As far as I can see, the default line breaking behaviour in Lilypond is > roughly as follows: > "Break where forced by user (\break), add additional line breaks 'for best > result'." > > By issuing \override NonMusica

Re: Line breaks on a "where allowed" basis

2017-04-26 Thread Thomas Morley
2017-04-26 23:20 GMT+02:00 Lukas-Fabian Moser <l...@gmx.de>: > As far as I can see, the default line breaking behaviour in Lilypond is > roughly as follows: > "Break where forced by user (\break), add additional line breaks 'for best > result'." > > By issuing \o

Re: Line breaks on a "where allowed" basis

2017-04-26 Thread Dominic
I would use /\autoLineBreaksOff/ just before a passage that must not be broken, followed by /\autoLineBreaksOn/ where you don't mind it being broken again. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Line-breaks-on-a-where-allowed-basis-tp202699p202701.html Sent from

Line breaks on a "where allowed" basis

2017-04-26 Thread Lukas-Fabian Moser
As far as I can see, the default line breaking behaviour in Lilypond is roughly as follows: "Break where forced by user (\break), add additional line breaks 'for best result'." By issuing \override NonMusicalPaperColumn.line-break-permission = ##f, this behaviour may be changed to: &q

detect line breaks

2017-03-27 Thread Jan-Peter Voigt
to acknowledge line-breaks with a scheme-engraver? Of course there is, otherwise break-alignment would not work. So maybe I don't see the forest for the trees? So my question is: How can I detect line-breaks? TIA Jan-Peter ___ lilypond-user mailin

Re:bending and line breaks [WAS:Re: Guitar bend error]

2016-06-21 Thread Stephen MacNeil
HI Federico I looked through some scores and I would say about 90% had them. The ones that didn't, it was do to the fact that such an occurrence in a score/song is rare and even more so that it may be at that particular part of the score. So the ones I didn't find it in I assume it's because it

Re:bending and line breaks [WAS:Re: Guitar bend error]

2016-06-21 Thread Federico Bruni
ything related to bends and line breaks. Thanks Federico ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re:bending and line breaks [WAS:Re: Guitar bend error]

2016-06-20 Thread Stephen MacNeil
Hi Federico After teaching guitar for 20 years I will say it does happen, although very rarely as it makes it hard to read. I avoid it at all costs in my own typesetting. I grabbed a couple books from my studio library and the second book I looked at had it on pg 22 so, ya it happens. HTH

bending and line breaks [WAS:Re: Guitar bend error]

2016-06-20 Thread Federico Bruni
Il giorno lun 20 giu 2016 alle 8:58, Federico Bruni <f...@inventati.org> ha scritto: But it's more a TODO: - How should this feature behave at line-break? - Until this is cleared disable line-breaks sufficiently. I've browsed my tablature books but could not find a bend over a line

Determine and output counter values at line breaks

2014-11-21 Thread Urs Liska
Hi all, I am thinking about the option to produce an intermediate output file during a LilyPond compilation. This should contain information on a number of counter values at all line breaks. Currently I see barnumbers (optionally measure position when the break is in mid-measure) and mark

Problem with line breaks and guitar chords

2014-08-15 Thread David Bellows
Hello all, I'm developing a program that does various things to sounds including various ways of creating scores. One of the things intends to produce simple guitar chords with fret diagrams, chord names, and strumming patterns by generating a Lilypond file. I'm currently using the ragged-right =

Re: Problem with line breaks and guitar chords

2014-08-15 Thread Jacques Menu
Hello David, 2.18.2 behaves nicely with this example, though. JM Am 15.08.2014 um 22:24 schrieb David Bellows davebell...@gmail.com: Hello all, I'm developing a program that does various things to sounds including various ways of creating scores. One of the things intends to produce

Re: Problem with line breaks and guitar chords

2014-08-15 Thread Abraham Lee
On Fri, Aug 15, 2014 at 2:24 PM, David Bellows davebell...@gmail.com wrote: Hello all, I'm developing a program that does various things to sounds including various ways of creating scores. One of the things intends to produce simple guitar chords with fret diagrams, chord names, and strumming

Re: Problem with line breaks and guitar chords

2014-08-15 Thread Pierre Perol-Schneider
Hi David, 2014-08-15 22:40 GMT+02:00 David Bellows davebell...@gmail.com: Wow, that looks so much better. I've attached the pdf of what happens when I compile the code (wasn't sure if that was allowed on the list). And yeah, I don't get a warning when I compile it. I guess something has

Re: Problem with line breaks and guitar chords

2014-08-15 Thread David Bellows
Hey all, problem solved! While skimming the Notation Reference manual I found the \remove Forbid_line_break_engraver command which fixes the problem and makes everything else look nicer. On Fri, Aug 15, 2014 at 1:40 PM, David Bellows davebell...@gmail.com wrote: Wow, that looks so much better.

Re: Problem with line breaks and guitar chords

2014-08-15 Thread David Bellows
For sure, the code you sent is not the one you've compiled. Oops. I have so many files open that in spite of my efforts to keep everything straight and send the correct one I still sent the wrong one. Anyway, as I mentioned in my previous email I found the solution to the problem. On Fri, Aug

repeat percent and line-breaks

2014-04-14 Thread Simon Bailey
Hi, i would like repeat percent which goes for more than one line to print the first bar in a line again. is this possible? ideally, the percent counter would carry on, looking something like the following: \score { \relative c' { \set countPercentRepeats = ##t { \repeat percent 16 { c4 d e

missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread pls
Hey all, according to the NR bar numbers are typeset by default at the start of every line except the first line. In the following example the second line starts with an incomplete measure which automatically results in a missing bar number. I would expect a bar number at the beginning of

Re: missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread Alexander Kobel
. Double-check for clarity there; I remember one song where my choir memorized a wrong note, probably for exactly this reason, and I had a really hard time correcting them when I conducted the piece years later. That being said, I also sometimes use in-measure line breaks if (I think) it makes

Re: missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread pls
a really hard time correcting them when I conducted the piece years later. That being said, I also sometimes use in-measure line breaks if (I think) it makes sense. So far that's exclusively for canons with upbeats, where I want the systems to approximately line up, or songs - with several

dashed ties and line breaks

2012-11-04 Thread TaoCG
: http://lilypond.1069038.n5.nabble.com/dashed-ties-and-line-breaks-tp135787.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: dashed ties and line breaks

2012-11-04 Thread David Nalesnik
Hi Tao, On Sun, Nov 4, 2012 at 5:08 AM, TaoCG tao_lilypondu...@gmx.net wrote: I was trying to make a tie dashed before and solid after a line break. I tried \tieHalfDashed but it makes both ties half dashed. Is there any way to do this? This is a case where you can use \alterBroken, which is

Re: dashed ties and line breaks

2012-11-04 Thread David Kastrup
David Nalesnik david.nales...@gmail.com writes: I show both versions below. (Note that running convert-ly on an older file will update the syntax automatically.) \version 2.16.0 \relative c'' { \once \alterBroken Tie #'dash-definition #'( ((0 1 0.4 0.75)) ((0 1 1 1)) ) % or \once

Re: dashed ties and line breaks

2012-11-04 Thread Thomas Morley
2012/11/4 David Kastrup d...@gnu.org: David Nalesnik david.nales...@gmail.com writes: I show both versions below. (Note that running convert-ly on an older file will update the syntax automatically.) Hi David(s), @ David (N) there is a copy/paste error \version 2.16.0 \relative c'' {

Re: dashed ties and line breaks

2012-11-04 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: Or, of course, the version as a tweak, not requiring you to specify Tie: \version 2.17.6 \relative c'' { c1-\alterBroken dash-definition #'( ((0 1 0.4 0.75)) ((0 1 1 1)) ) ~ c1~ \break c } @ David (K) Sorry, but with

Re: dashed ties and line breaks

2012-11-04 Thread David Nalesnik
On Sun, Nov 4, 2012 at 8:37 AM, David Kastrup d...@gnu.org wrote: Thomas Morley thomasmorle...@googlemail.com writes: Or, of course, the version as a tweak, not requiring you to specify Tie: \version 2.17.6 \relative c'' { c1-\alterBroken dash-definition #'( ((0 1 0.4 0.75)) ((0 1 1 1))

Re: dashed ties and line breaks

2012-11-04 Thread David Nalesnik
On Sun, Nov 4, 2012 at 1:46 PM, David Nalesnik david.nales...@gmail.com wrote: On Sun, Nov 4, 2012 at 8:37 AM, David Kastrup d...@gnu.org wrote: Thomas Morley thomasmorle...@googlemail.com writes: Or, of course, the version as a tweak, not requiring you to specify Tie: \version 2.17.6

Re: Text spanners and line breaks

2012-09-20 Thread eluze
in context: http://lilypond.1069038.n5.nabble.com/Text-spanners-and-line-breaks-tp133176p133183.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Text spanners and line breaks

2012-09-20 Thread Daniel E. Moctezuma
Perhaps is obvious (as eluze already pointed out) but you also need to apply this to the right-broken property to achieve what you want: \override TextSpanner #'bound-details #'right-broken #'text = ##f ___ lilypond-user mailing list

Text spanners and line breaks

2012-09-19 Thread Nathan
Hello list, In the below code, how do I get rid of the a tempo at the end of first line and the poco rit. at the beginning of the second line? I couldn't find anything in the docs or the internals, but maybe I'm not looking hard enough. %%% \version 2.16.0 \relative c' { \override

Re: line breaks within beamed tuplets

2012-03-20 Thread Peter O'Doherty
So this does this what you want: \version 2.15.34 upper = { \clef treble \time 4/8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 c'8 } lower = { \clef bass \times 4/5 { c8[ c8 c8 c8 c8] } \times 5/6 { c8[ c8 c8 c8 c8 \bar \break c8] } \times 3/4 { c8[ c8 c8 c8] }

Re: line breaks within beamed tuplets

2012-03-20 Thread Trevor Bača
On Sun, Mar 11, 2012 at 7:51 AM, Peter O'Doherty m...@peterodoherty.netwrote: On 03/11/2012 11:42 AM, m...@apollinemike.com wrote: On Mar 11, 2012, at 11:40 AM, Peter O'Doherty wrote: Hi, Another question concerning tuplets: \remove Forbid_line_break_engraver \override Beam #'breakable

line breaks within beamed tuplets

2012-03-11 Thread Peter O'Doherty
Hi, Another question concerning tuplets: \remove Forbid_line_break_engraver \override Beam #'breakable = ##t only seem to work with a single stave. The code below causes a warning: warning: forced break was overridden by some other event, should you be using bar checks? Is there an

Re: line breaks within beamed tuplets

2012-03-11 Thread Peter O'Doherty
On 03/11/2012 11:42 AM, m...@apollinemike.com wrote: On Mar 11, 2012, at 11:40 AM, Peter O'Doherty wrote: Hi, Another question concerning tuplets: \remove Forbid_line_break_engraver \override Beam #'breakable = ##t Try adding: \override TupletBracket #'breakable = ##t Cheers, MS Sorry,

  1   2   3   >