Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Benjamin Bruce
> > Not sure what is best practice here > > > > Juergen. > > > > >> -ursprüngliche Nachricht- >> Von: benja...@koine.gr >> Gesendet: 11.04.2023 16:59 Uhr >> An: juergen.gr...@xyz.de, lilypond-user@gnu.org >> Betreff: Re: How to fix

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
Le mercredi 12 avril 2023 à 11:31 -0700, Aaron Hill a écrit : > One option I did not see mentioned was putting the score into a markup > to horizontally center it: > > > asdf = \score { >    \relative { c'4 d e f \break g a b c } >    \layout { line-width = 4\in } > } > > \markup \

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Aaron Hill
in the same horizontal position relative to the page. One option I did not see mentioned was putting the score into a markup to horizontally center it: asdf = \score { \relative { c'4 d e f \break g a b c } \layout { line-width = 4\in } } \markup \fill-line { \null \score {

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
core will be wider, in some it will > be narrower, but the text below it should always be in the same horizontal > position relative to the page. > > If I set line-width in the \paper block, it will be applied to everything, > and the markup will be aligned relative to the line-width

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
ngliche Nachricht- Von: benja...@koine.gr Gesendet: 11.04.2023 16:59 Uhr An: juergen.gr...@xyz.de, lilypond-user@gnu.org Betreff: Re: How to fix markup horizontal position relative to edge of page I did try that, but in the output the the score appears twice since there are two layout blocks.

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
amburger aliqua > incididunt sunt in. Excepteur consequat ad laboris anim flank jowl. > Irure drumstick shoulder dolor. Cupim tri-tip meatloaf prosciutto > leberkas." > > > > > > HTH, Juergen. > > > > > > > > >> -ursprüngliche Nachr

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
tick shoulder dolor. Cupim tri-tip meatloaf prosciutto leberkas." HTH, Juergen. -ursprüngliche Nachricht- Von: benja...@koine.gr Gesendet: 11.04.2023 16:14 Uhr An: juergen.gr...@xyz.de, lilypond-user@gnu.org Betreff: Re: How to fix markup horizontal position relative to edge o

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
Quick question, in the scores I am working on I already have a \layout block with several other settings within it. How can I insert just the line-width, indent, and short-indent settings into the already-existent \layout block without creating another one? If I try just #{ line-wi

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
This is exactly what I needed. I figured it could be done with some Scheme code, but that's beyond my knowledge. Thanks so much for your help! 𐑪𐑯 2023-04-11 𐑨𐑑 03:55, juergen.gr...@xyz.de 𐑮𐑴𐑑: > OK, this was not correct. There is a left-margin-default set and the > indent does not shift the line

RE: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread gruen . weinbach
ny example even more tiny with ' \repeat unfold #n'   ;-) Juergen. -ursprüngliche Nachricht- Von: benja...@koine.gr Gesendet: 10.04.2023 23:25 Uhr An: lilypond-user@gnu.org Betreff: How to fix markup horizontal position relative to edge of page Hello all, I am trying

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Benjamin Bruce
t; relative to the edge of the page. In some documents the score will be > wider, in some it will be narrower, but the text below it should always > be in the same horizontal position relative to the page. > > If I set line-width in the \paper block, it will be applied to > ever

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Aaron Hill
On 2023-04-10 2:35 pm, Ya Gloops wrote: ...Bacon ipsum... Ah, I see you are an individual of culture. :) -- Aaron Hill

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Ya Gloops
, in some it will be narrower, but the text below it should always be in the same horizontal position relative to the page. If I set line-width in the \paper block, it will be applied to everything, and the markup will be aligned relative to the line-width. If I set line-width in the \layout bl

How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Benjamin Bruce
in the same horizontal position relative to the page. If I set line-width in the \paper block, it will be applied to everything, and the markup will be aligned relative to the line-width. If I set line-width in the \layout block, the markup is independent, but the score is now left-aligned, not

Re: horizontal position of augmentation dots

2020-12-07 Thread Richard Shann
On Mon, 2020-12-07 at 07:56 -0800, Knute Snortum wrote: > When you read the documentation for an interface, check the bottom of > the page for "This object supports the following interface(s):".  In > this case it's the grob-interface that has the extra-offset property. Ah, yes, thank you. It's a

Re: horizontal position of augmentation dots

2020-12-07 Thread Knute Snortum
When you read the documentation for an interface, check the bottom of the page for "This object supports the following interface(s):". In this case it's the grob-interface that has the extra-offset property. -- Knute Snortum On Sun, Dec 6, 2020 at 8:10 AM Richard Shann wrote: > On Sun, 2020-

Re: horizontal position of augmentation dots

2020-12-06 Thread Richard Shann
On Sun, 2020-12-06 at 16:52 +0100, Pierre Perol-Schneider wrote: > Hi Richard, > How about: > > \version "2.20.0" > A = {f2~  f8. s16 s4 } > B = {bes,2~   >      \tweak Dots.extra-offset #'(-.8 . 0) >      bes,8. bes,32 a, bes,16 c d e } > > \score { > \new Staff  <<  >  \new Voice   {\voiceOne \

Re: horizontal position of augmentation dots

2020-12-06 Thread Pierre Perol-Schneider
Hi Richard, How about: \version "2.20.0" A = {f2~ f8. s16 s4 } B = {bes,2~ \tweak Dots.extra-offset #'(-.8 . 0) bes,8. bes,32 a, bes,16 c d e } \score { \new Staff << \new Voice {\voiceOne \clef bass \A } \new Voice {\voiceTwo \B } >> } Cheers, Pierre Le dim

horizontal position of augmentation dots

2020-12-06 Thread Richard Shann
I struck me that this score: 8><8><8><8><8><8><8><8><8><8><8><8><8><8>< \version "2.20.0" A = {f2~  f8. s16 s4 } B = {bes,2~  bes,8. bes,32 a, bes,16 c d e } \score { \new Staff  <<   \new Voice   {\voiceOne \clef bass \A }  \new Voice  {\voiceTwo \B } >>     } 8><8><8><8><8><8><8

Re: horizontal position of rehearsal marks at start of system

2019-12-16 Thread Werner LEMBERG
>>> https://sourceforge.net/p/testlilyissues/issues/5621/ >> >> I would have preferred to have it printed over an "imaginary bar >> line", see issue 1150. >> >> https://sourceforge.net/p/testlilyissues/issues/1150/ > > I don't object. Honestly, I don't care where it is positioned as > long i

Re: horizontal position of rehearsal marks at start of system

2019-11-28 Thread Flaming Hakama by Elaine
-- Forwarded message -- > From: Werner LEMBERG > To: pierre.schneider.pa...@gmail.com > Cc: lilypond-user@gnu.org > Bcc: > Date: Sun, 24 Nov 2019 23:30:34 +0100 (CET) > Subject: Re: horizontal position of rehearsal marks at start of system > > >>

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Werner LEMBERG
>> https://sourceforge.net/p/testlilyissues/issues/5621/ > > I would have preferred to have it printed over an "imaginary bar > line", see issue 1150. > > https://sourceforge.net/p/testlilyissues/issues/1150/ I don't object. Honestly, I don't care where it is positioned as long it is not l

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Xavier Scheuer
On Tue, 26 Nov 2019 at 12:53, Werner LEMBERG wrote: > > See > > https://sourceforge.net/p/testlilyissues/issues/5621/ > Hi Werner, hi all, I would have preferred to have it printed over an "imaginary bar line", see issue 1150. https://sourceforge.net/p/testlilyissues/issues/1150/ Cheers, Xavi

Re: horizontal position of rehearsal marks at start of system

2019-11-26 Thread Werner LEMBERG
>>> how can I control the default horizontal position of rehearsal >>> marks at the beginning of a line? As can be seen in the attached >>> image, the rehearsal mark gets shifted up because it would >>> otherwise collide with the bar number. Consequently,

Re: horizontal position of rehearsal marks at start of system

2019-11-25 Thread Lukas-Fabian Moser
how can I control the default horizontal position of rehearsal marks at the beginning of a line? As can be seen in the attached image, the rehearsal mark gets shifted up because it would otherwise collide with the bar number. Consequently, I would like to have the default position shifted to

Re: horizontal position of rehearsal marks at start of system

2019-11-25 Thread Werner LEMBERG
> how can I control the default horizontal position of rehearsal marks > at the beginning of a line? As can be seen in the attached image, > the rehearsal mark gets shifted up because it would otherwise > collide with the bar number. Consequently, I would like to have the > d

Re: horizontal position of rehearsal marks at start of system

2019-11-24 Thread Werner LEMBERG
>> how can I control the default horizontal position of rehearsal >> marks at the beginning of a line? As can be seen in the attached >> image, the rehearsal mark gets shifted up because it would >> otherwise collide with the bar number. Consequently, I would lik

Re: horizontal position of rehearsal marks at start of system

2019-11-24 Thread Pierre Perol-Schneider
X-offset = #.5 % <= ?? \once\override Score.RehearsalMark.X-offset = 3.5 c' } Cheers, Pierre Le dim. 24 nov. 2019 à 22:15, Werner LEMBERG a écrit : > > Folks, > > > how can I control the default horizontal position of rehearsal marks > at the beginning of a line? As

horizontal position of rehearsal marks at start of system

2019-11-24 Thread Werner LEMBERG
Folks, how can I control the default horizontal position of rehearsal marks at the beginning of a line? As can be seen in the attached image, the rehearsal mark gets shifted up because it would otherwise collide with the bar number. Consequently, I would like to have the default position

Re: Changing horizontal position of dots on dotted notes

2016-09-21 Thread Simon Albrecht
On 21.09.2016 05:13, Paul wrote: It looks like LilyPond does not adjust the position of the dots based on the width of the stem (neither from its stencil nor its X-extent). In fact, only yesterday I had a situation when a \voiceOne dot was placed _on top_ of the \voiceThree stem… Best, Simo

Changing horizontal position of dots on dotted notes

2016-09-20 Thread Paul
Hi all, I'm interested in changing the horizontal position of dots on dotted notes. So far I've only been able to make this happen by overriding Dots.extra-offset. That's fine and it will work for me, but it bypasses the layout/spacing engine, and I'd rather not do that

Horizontal position of beats in file

2013-05-29 Thread Jay Anderson
Last year it was asked how to get the horizontal position of the bar lines (and first beats): http://lists.gnu.org/archive/html/lilypond-user/2012-01/msg00762.html I'd like to get each beat position as well. My first thought was something along these lines: #(d

Re: moving notes horizontal position

2008-03-06 Thread Zenith
>> Phone: (+46) 8 790 8463 >> Fax: (+46) 8 790 7260 >> Email: [EMAIL PROTECTED] >> WWW: http://www.s3.kth.se/~mabe >> = >> >> >> >> __

Re: moving notes horizontal position

2008-03-05 Thread Zenith
se/~mabe > = > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http

Re: moving notes horizontal position

2008-03-05 Thread Mark Knoop
On Tue, 2008-03-04 at 13:57 -0800, Zenith wrote: > A stupide question! There are no stupid questions... > I just would like to move the last notes a bit more to the end(aproach to > the bar) > > here is a piece of code of the melody: > > 8\<\( \! > \times 2/3 { \f \)} \override Scri

Re: moving notes horizontal position

2008-03-05 Thread Mats Bengtsson
The question is if you want to move the note to the right or if you want to decrease the distance from the note to the bar line. In the former case, read the last lines of section "Horizontal spacing overview" in the manual. In the latter case, you may rather want to play with scaling the durati

moving notes horizontal position

2008-03-05 Thread Zenith
ipt #'padding = #1 2\fermata Thx! -- View this message in context: http://www.nabble.com/moving-notes-horizontal-position-tp15837807p15837807.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list

moving notes horizontal position

2008-03-05 Thread Zenith
ipt #'padding = #1 2\fermata Thx! -- View this message in context: http://www.nabble.com/moving-notes-horizontal-position-tp15837801p15837801.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: horizontal position

2003-09-09 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > If you run ly2dvi -k and check the LaTeX wrapper file > ly2dvi.dir/ClarinettoI.latex that ly2dvi generates and uses, > you will notice that it includes the line > \geometry{twosideshift=4mm} > which means that LaTeX turns into double sided mode and shifts > odd pages 4mm

Re: horizontal position

2003-09-09 Thread Mats Bengtsson
If you run ly2dvi -k and check the LaTeX wrapper file ly2dvi.dir/ClarinettoI.latex that ly2dvi generates and uses, you will notice that it includes the line \geometry{twosideshift=4mm} which means that LaTeX turns into double sided mode and shifts odd pages 4mm to the right and even pages 4mm to th

Re: horizontal position

2003-09-09 Thread Frédéric Bron
Dear Mats, Of course I did exaclty what is in the doc but with or without the \paper section, the result is the same: the left and right margins are note the same. Please see the attached file and compile it with: "ly2dvi -p ClarinetteI.ly" Note that the .dvi and the .ps files have the same prob

Re: horizontal position

2003-09-09 Thread Mats Bengtsson
could just remove your setting since the default, as already said, is A4). /Mats Frédéric Bron wrote: Hello! Who can tell me how to set the horizontal position of the systems in the page? In my outputs (papersize="a4"), the odd pages are shifted to the right and even pages to

horizontal position

2003-09-08 Thread Frédéric Bron
Hello! Who can tell me how to set the horizontal position of the systems in the page? In my outputs (papersize="a4"), the odd pages are shifted to the right and even pages to the left. Why? I use LilyPond 1.8.1 and the following command on Linux Red Hat 9: ly2dvi -p ClarinetteI.ly Pl