Re: Empty Staff/TabStaff/StaffGroup creates indentation

2023-09-01 Thread Michael Gerdau
Basically, this is https://gitlab.com/lilypond/lilypond/-/issues/4157 Thanks for looking into it. I just wanted to make sure it is either me being stupid or a bug/weirdness in LP. Since apparently it is known already that's fine with me.

Re: Empty Staff/TabStaff/StaffGroup creates indentation

2023-09-01 Thread Jean Abou Samra
Hi, Basically, this is https://gitlab.com/lilypond/lilypond/-/issues/4157 The problem is related to \RemoveAllEmptyStaves. In essence, horizontal spacing is computed as if the staves that are being removed were still present. If you comment out the \RemoveAllEmptyStaves line, you will see that th

Empty Staff/TabStaff/StaffGroup creates indentation

2023-08-28 Thread Michael Gerdau
Hi list, I have code that creates lists of chords/fretboards. I want them arranged in tabular mode. When I add an empty voice the first line gets indented. When I comment the line "\guitarPart" it looks as expected. See the following code (also attached). Is there a special incantation or is thi

How to get rid of indentation of chords on first row?

2023-08-28 Thread Michael Gerdau
Hi list, in the attached example the first row of chords is indented although indent=0 is set and \RemoveAllEmptyStaves is set as well. When I remove the \guitarPart from the score, all is as expected. Is there a special incantation required (which?) or is this a bug? Kind regards, Michael --

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
That solves the problem indeed. Many thanks for yr fast reply. Original message From: Knute Snortum Date: 10/07/2021 16:12 (GMT+01:00) To: Peter Struys Cc: lilypond-user@gnu.org Subject: Re: Indentation of 3rd line of music (instead of the default first one) I would use a

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
Perfect. Many thanks !! Original message From: Leo Correia de Verdier Date: 10/07/2021 16:09 (GMT+01:00) To: Peter Struys Cc: lilypond-user@gnu.org Subject: Re: Indentation of 3rd line of music (instead of the default first one) There is this snippet at the lsr that could

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Knute Snortum
I would use a second \score block for the trio. %%% \version "2.22.1" \score { \new Staff { \repeat unfold 16 { c'4 c' c' c' } } } \score { \new Staff \with { instrumentName = "TRIO" } { \repeat unfold 16 { c'4 c' c' c' } } } %%% -- Knute Snortum On Sat, Jul 10, 2021 at 7:01 AM

Re: Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Leo Correia de Verdier
There is this snippet at the lsr that could solve the problem for you: https://lsr.di.unimi.it/LSR/Item?id=1098 > 10 juli 2021 kl. 13:16 skrev Peter Struys : > > Newbie question. > Is it possible to indent another line than the default first line ? > (in this attached sample the third line) >

Indentation of 3rd line of music (instead of the default first one)

2021-07-10 Thread Peter Struys
Newbie question. Is it possible to indent another line than the default first line ? (in this attached sample the third line) Many thanks

Re: Indentation, was Re: A snippet for editing Beams using the mouse

2019-12-16 Thread Paolo Prete
Dec 17, 2019 at 2:17 AM David Wright wrote: > On Mon 16 Dec 2019 at 23:55:52 (+0100), Paolo Prete wrote: > > P.S) I don't know why the browser's viewer messes up the indentation of > > these attachments. > > If so, I ask if are there volunteers to fix that and re-pos

Indentation, was Re: A snippet for editing Beams using the mouse

2019-12-16 Thread David Wright
On Mon 16 Dec 2019 at 23:55:52 (+0100), Paolo Prete wrote: > P.S) I don't know why the browser's viewer messes up the indentation of > these attachments. > If so, I ask if are there volunteers to fix that and re-post the snippet (I > see correct indentation if I paste the

Re: Default indentation of the first staffline

2015-08-08 Thread Thomas Morley
2015-08-09 0:21 GMT+02:00 Karl : > Thank you for your help :-) > > Best, > > Karl Glad I could Cheers, Harm P.S. Please always reply to all ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Default indentation of the first staffline

2015-08-08 Thread Thomas Morley
2015-08-08 22:55 GMT+02:00 Karl : > Hi > > I'm new to lilypond. I have two questions. > > 1. How do you overide the default indentation of the first staffline. > > 2. How do you overide the keysignature change at the end of each staff? > > Best, > > Karl Hi K

Re: Default indentation of the first staffline

2015-08-08 Thread Malte Meyn
Am 08.08.2015 um 23:25 schrieb Malte Meyn: I didn’t test the following but it should do what you want. Place this line at the beginning of the music in \notes: \override Staff.KeySignature.break-visibility = #begin-of-line-visible Ok, I tested it and it didn’t work. But what you can do is \

Re: Default indentation of the first staffline

2015-08-08 Thread Malte Meyn
Am 08.08.2015 um 23:07 schrieb Karl: \version "2.18.2" notes = { c4 d e f | \key d \major \break c4 d e fis | } \score { \notes } At the end of bar one there is a key signature marking. I want to overide that and only have the key change in the beginning of bar two. I didn’t test the followin

RE: Default indentation of the first staffline

2015-08-08 Thread Mark Stephen Mrotek
; lilypond-user@gnu.org Subject: Re: Default indentation of the first staffline First of all thank you for your help :-) \version "2.18.2" notes = { c4 d e f | \key d \major \break c4 d e fis | } \score { \notes } At the end of bar one there is a key signature marking.

Re: Default indentation of the first staffline

2015-08-08 Thread Karl
ypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Karl Sent: Saturday, August 08, 2015 1:55 PM To: lilypond-user@gnu.org Subject: Default indentation of the first staffline Hi I'm new to lilypond. I have two questions. 1. How do you overide the default indentation of the first sta

RE: Default indentation of the first staffline

2015-08-08 Thread Mark Stephen Mrotek
Sent: Saturday, August 08, 2015 1:55 PM To: lilypond-user@gnu.org Subject: Default indentation of the first staffline Hi I'm new to lilypond. I have two questions. 1. How do you overide the default indentation of the first staffline. 2. How do you overide the keysignature change at the e

Default indentation of the first staffline

2015-08-08 Thread Karl
Hi I'm new to lilypond. I have two questions. 1. How do you overide the default indentation of the first staffline. 2. How do you overide the keysignature change at the end of each staff? Best, Karl ___ lilypond-user mailing list lilypond

Re: musicxml2ly output indentation style

2013-11-17 Thread Peter Bjuhr
On 11/17/2013 07:02 PM, Martin Tarenskeen wrote: I did a short try with the dev version from Github (downloaded zip there) but I see no difference. Still had to use Tools->Format manually. Sorry for a stupid question, but did you install after download? But even if it works, it would stil

Re: musicxml2ly output indentation style

2013-11-17 Thread Martin Tarenskeen
On Sat, 16 Nov 2013, Peter Bjuhr wrote: On 11/14/2013 09:16 AM, Martin Tarenskeen wrote: Hi, The lilypond output that is produced from musicxml2ly uses another indentation style than I see in my own scores when using for example Vim or Frescobaldi, or in all examples in the Lilypond

Re: musicxml2ly output indentation style

2013-11-16 Thread Urs Liska
Peter Bjuhr schrieb: > >On 11/14/2013 09:16 AM, Martin Tarenskeen wrote: >> >> Hi, >> >> The lilypond output that is produced from musicxml2ly uses another >> indentation style than I see in my own scores when using for example >> Vim or Fresc

Re: musicxml2ly output indentation style

2013-11-16 Thread Peter Bjuhr
On 11/14/2013 09:16 AM, Martin Tarenskeen wrote: Hi, The lilypond output that is produced from musicxml2ly uses another indentation style than I see in my own scores when using for example Vim or Frescobaldi, or in all examples in the Lilypond documentation. for example: %commonly used

musicxml2ly output indentation style

2013-11-14 Thread Martin Tarenskeen
Hi, The lilypond output that is produced from musicxml2ly uses another indentation style than I see in my own scores when using for example Vim or Frescobaldi, or in all examples in the Lilypond documentation. for example: %commonly used style music = \relative c' { a

indentation of not just the first line

2012-02-29 Thread Werner Meyer
Hello, I want to print a song (4 voices - choir-staff of two staves with two voices each) with an intonation. The intonation has 2 or three lines (I controll that with \break) and I wish that all these lines are indented, while all following lines (the song itself) aren't. Unfortunately I didn't

Re: automatic indentation of long instrument names?

2011-09-15 Thread Hans Aberg
lculation of the level of indentation in relation to the length of > instrument names? Some engravers make it more compact: In my edition of the same music, only the first, indented part has the instrument names, the latter which further are broken into lines. For example Violonce

Re: automatic indentation of long instrument names?

2011-09-15 Thread Peekay Ex
> automatic calculation of the level of indentation in relation to the >>> length of instrument names? >> >> No, unfortunately, not. It would be great to have it, though. http://code.google.com/p/lilypond/issues/detail?id=766 -- -- James __

Re: automatic indentation of long instrument names?

2011-09-15 Thread Patrick Schmidt
gin (see page1.png). Is there an option for the >> automatic calculation of the level of indentation in relation to the >> length of instrument names? > > No, unfortunately, not. It would be great to have it, though. Thanks patrick > > Cheers, > Reinhold > > -- >

Re: automatic indentation of long instrument names?

2011-09-15 Thread Reinhold Kainhofer
rt. So you get a preview image that is actually larger than the page! > whereas on the first full page of the same score they get > lost in the left margin (see page1.png). Is there an option for the > automatic calculation of the level of indentation in relation to the > length of ins

Re: temporarily change staff indentation

2010-07-25 Thread Philipp Zedler
Hi Branco, > Maybe an easier way would be to make multiple \score (one per part) > but if I'm not wrong this would lead to several midi files and to > repeat for each part the settings of time, clef, key, not to mention > staffgroup etc. I do use the alternative you describe. To avoid typing thing

temporarily change staff indentation

2010-07-20 Thread Branco
Hi all, short version: I'm trying to change the indentation (and possibly the vertical spacing) of a single staff, something like overriding the short-indent (which I unsuccessfully tried), without splitting the music in multiple systems long version: I'm transcribing old italian

setting Frescobaldi indentation defaults

2010-03-30 Thread Wilbert Berendsen
aces instead of tabulators", I always get spaces and not tabs in my > source file, whether from auto-indentation or from explicitly hitting > the tab key. > > 2. Regardless of the value I set for indentation width, I always get a > width of two characters. Both "problems"

Re: How do I disable indentation of the first line?

2009-09-28 Thread Marek Klein
Hi, \layout { indent = 0.0 } -- Marek Klein http://gregoriana.sk 2009/9/28 Br. Athanasius Pelletier > I am trying to format music for a hymnal and I do not want the first > stanza/line ( I don't know what it is called) to be indented. How can > it be prevented? > > > >

How do I disable indentation of the first line?

2009-09-28 Thread Br. Athanasius Pelletier
I am trying to format music for a hymnal and I do not want the first stanza/line ( I don't know what it is called) to be indented. How can it be prevented? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lily

indentation question

2009-05-26 Thread David Bobroff
away. Fair enough. What was odd, though, was that when using phrasing slurs the indentation rules (in emacs, at least) would cause everything between the \( and \) to be indented a level. Is this intentional? The same applies for forced beams. Is this the way indentation should work for

Re: frescobaldi automatic indentation

2009-01-04 Thread Wilbert Berendsen
Op zondag 4 januari 2009, schreef Martin Tarenskeen: > I have two questions left: Should indentation work automatically? > On my system it doesn't. When I go to the tools->indentation->lilypond > menu, I see it is grayed out. Something missing on my system ? Yes: I'm sorr

frescobaldi automatic indentation

2009-01-04 Thread Martin Tarenskeen
Hi, I have frescobaldi now running nicely on my Fedora 10 desktop. I think frescobaldi is brilliant! Just what I was looking for. I have two questions left: Should indentation work automatically? On my system it doesn't. When I go to the tools->indentation->lilypond menu, I see i

Re: How to remove first score indentation?

2008-12-09 Thread Dmytro O. Redchuk
2008/12/9 Rob Canning <[EMAIL PROTECTED]>: > hi, > > i tried this > > \paper { > indent = 0\cm} I use always: \paper { indent = 0 } and this does work. > > thanks > > rob c -- Dmytro O. Redchuk ___ lilypond-user mailing list lilypond-user@g

Re: How to remove first score indentation?

2008-12-09 Thread Rob Canning
Neil Puttock wrote: Hi Rob, 2008/12/9 Rob Canning <[EMAIL PROTECTED]>: yeah i know i need to rtfm - just cant seem to make sense of if in this context. if anyone fancies having a look to see what stooopid thing i'm doing... http://pastebin.com/m4e37b419 the indent code is around line 42

Re: How to remove first score indentation?

2008-12-09 Thread Neil Puttock
Hi Rob, 2008/12/9 Rob Canning <[EMAIL PROTECTED]>: > yeah i know i need to rtfm - just cant seem to make sense of if in this > context. > if anyone fancies having a look to see what stooopid thing i'm doing... > http://pastebin.com/m4e37b419 > the indent code is around line 42 >From here: >http

Re: How to remove first score indentation?

2008-12-09 Thread Rob Canning
Graham Percival wrote: On Tue, Dec 09, 2008 at 04:00:06PM +, Rob Canning wrote: i tried this \paper { indent = 0\cm} but that didnt work either. Works here. Please read LM 3.1 in the 2.11 docs to learn more about the lilypond file structure. yeah i know i need to rtfm - just

Re: How to remove first score indentation?

2008-12-09 Thread Graham Percival
On Tue, Dec 09, 2008 at 04:00:06PM +, Rob Canning wrote: > > i tried this > \paper { > indent = 0\cm} > but that didnt work either. Works here. Please read LM 3.1 in the 2.11 docs to learn more about the lilypond file structure. Cheers, - Graham __

How to remove first score indentation?

2008-12-09 Thread Rob Canning
hi, i found this old thread http://osdir.com/ml/gnu.lilypond.general/2003-03/msg00099.html but that wasnt much use i tried this \paper { indent = 0\cm} but that didnt work either. is there an easy way to do this? i would have thought so. thanks rob c ___

How to remove first score indentation?

2008-12-09 Thread Rob Canning
hi, i found this old thread http://osdir.com/ml/gnu.lilypond.general/2003-03/msg00099.html but that wasnt much use i tried this \paper { indent = 0\cm} but that didnt work either. is there an easy way to do this? i would have thought so. thanks rob c _

Re: Automatic indentation in Vim

2008-11-13 Thread Daniel Hulme
On Thu, Nov 13, 2008 at 11:39:28PM +0100, Frédéric Bron wrote: > by the way, do you know how to change the default indentation in > lilypond files from 2 spaces to 1 tabulation? Yes. Edit the file ftplugin/lilypond.vim (in the ~/.vimfiles directory; copy it from /usr/share/lilypond/*/vim

Re: Automatic indentation in Vim

2008-11-13 Thread Frédéric Bron
by the way, do you know how to change the default indentation in lilypond files from 2 spaces to 1 tabulation? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automatic Indentation in Vim

2008-11-13 Thread Martin Tarenskeen
Thanks for your help. I have now set up Vim with Lilypond syntax highlighting and automatic indentation. Good. I have also started a new thread this time. I didn't realize that just changing the subject line wasn't enough. -- Martin __

Re: Automatic indentation in Vim

2008-11-13 Thread Patrick McCarty
On Thu, Nov 13, 2008 at 1:37 PM, Jonathan Kulp <[EMAIL PROTECTED]> wrote: > > Sorry, folks, but why does this email on Vim show up on the thread about > Lilypond being excessively slow on Vista? (My email app is set to sort > incoming mail by thread.) This has happened on a couple of other thread

Re: Automatic indentation in Vim

2008-11-13 Thread Josh Parmenter
On Nov 13, 2008, at 1:37 PM, Jonathan Kulp wrote: Sorry, folks, but why does this email on Vim show up on the thread about Lilypond being excessively slow on Vista? (My email app is set to sort incoming mail by thread.) This has happened on a couple of other threads recently, too. Does t

Re: Automatic indentation in Vim

2008-11-13 Thread Jonathan Kulp
Eyolf Østrem wrote: On 13.11.2008 (22:03), Martin Tarenskeen wrote: Hi Lilyponders, Any Vim users here ? I'm using Vim for editing Lilypond files on a Linux Fedora 9 system. I have syntax highlighting, which is great. How do I enable automatic indentation to make things even easier ?

Re: Automatic indentation in Vim

2008-11-13 Thread Daniel Hulme
On Thu, Nov 13, 2008 at 10:03:02PM +0100, Martin Tarenskeen wrote: > Hi Lilyponders, > > Any Vim users here ? I'm using Vim for editing Lilypond files on a Linux > Fedora 9 system. I have syntax highlighting, which is great. How do I > enable automatic indentation to mak

Re: Automatic indentation in Vim

2008-11-13 Thread Eyolf Østrem
On 13.11.2008 (22:03), Martin Tarenskeen wrote: > Hi Lilyponders, > > Any Vim users here ? I'm using Vim for editing Lilypond files on a Linux > Fedora 9 system. I have syntax highlighting, which is great. How do I > enable automatic indentation to make things even easie

Automatic indentation in Vim

2008-11-13 Thread Martin Tarenskeen
Hi Lilyponders, Any Vim users here ? I'm using Vim for editing Lilypond files on a Linux Fedora 9 system. I have syntax highlighting, which is great. How do I enable automatic indentation to make things even easier ? -- Martin ___ lilypond

Re: First line indentation

2008-04-15 Thread Neil Puttock
On 15/04/2008, Graham Percival <[EMAIL PROTECTED]> wrote: > On Tue, 15 Apr 2008 19:09:52 +0200 > "Valentin Villenave" <[EMAIL PROTECTED]> wrote: > > > Graham: the following link is broken in the official Notation > > Reference: > > > http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Li

Re: First line indentation

2008-04-15 Thread Graham Percival
On Tue, 15 Apr 2008 19:09:52 +0200 "Valentin Villenave" <[EMAIL PROTECTED]> wrote: > Graham: the following link is broken in the official Notation > Reference: > http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Line-length#Line-length > Perhaps we should recompile the docs or something?

Re: First line indentation

2008-04-15 Thread Francisco Vila
2008/4/15, Matthias Loitsch <[EMAIL PROTECTED]>: > Hi, > > I just can't figure out how to remove the indentation of the first line on a > sheet... Use \layout { indent=0 } -- Francisco Vila. Badajoz (Spain) http://www.paconet.org _

Re: First line indentation

2008-04-15 Thread Matthias Loitsch
Thanks! On Tuesday 15 April 2008 19:09:52 Valentin Villenave wrote: > 2008/4/15 Matthias Loitsch <[EMAIL PROTECTED]>: > > I just can't figure out how to remove the indentation of the first line > > on a sheet... In fact I'm having trouble with the whole layo

Re: First line indentation

2008-04-15 Thread Valentin Villenave
2008/4/15 Matthias Loitsch <[EMAIL PROTECTED]>: > I just can't figure out how to remove the indentation of the first line on a > sheet... In fact I'm having trouble with the whole layouting part. Is there a > good manual where I can get ideas on how to do thi

First line indentation

2008-04-15 Thread Matthias Loitsch
Hi, I just can't figure out how to remove the indentation of the first line on a sheet... In fact I'm having trouble with the whole layouting part. Is there a good manual where I can get ideas on how to do this? Thanks in advance, matthias -- Matthi

Re: Lilypond-book indentation

2007-02-03 Thread Fred Leason
The indent seems to have come from the "quote." This worked: … \textit{At midnight, all lights in the church are extinguished, except for one in the altar. The following is sung thrice by the clergy, then sung continuously by the people during the procession.} ~\\ \textbf{Stichera, Tone Six

Re: Lilypond-book indentation

2007-02-02 Thread Matthew Syvinski
OK, I have reduced the test case and eliminated dependence on custom package liturgix. The music still indents. Here is the LaTeX file (pascha.latex): \documentclass[letterpaper,12pt]{article} \usepackage{pslatex} \usepackage{multicol} \usepackage{graphicx} \setlength{\parindent}{0in} \oddside

Re: Lilypond-book indentation

2007-02-02 Thread Mats Bengtsson
Could you please try to reduce this to a small but complete example file that can be processed directly, where you have removed the use of liturgix and other packages and settings that shouldn't affect the result. You might even find the answer to your problem yourself during that process. /Mat

Re: Lilypond-book indentation

2007-02-01 Thread Matthew Syvinski
Thank you for your willingness to look at this. Background info: This is part of what is intended to be a LARGE liturgical work. Package "liturgix" is basically a set of convenience functions I wrote for typesetting Orthodox liturgical works. I can't imagine that it has ANY interaction with

Re: Lilypond-book indentation

2007-02-01 Thread Mats Bengtsson
I can't repeat the problem. Could you please send a small example file to the mailing list illustrating the problem. /Mats Matthew Syvinski wrote: I know this has been discussed before, and I've searched the mailing list, but I can't seem to find a solution for the version I am using (2.10.1

Lilypond-book indentation

2007-02-01 Thread Matthew Syvinski
I know this has been discussed before, and I've searched the mailing list, but I can't seem to find a solution for the version I am using (2.10.12). I want to make lilypond-book stop indenting the first line of music. Failing that, I *NEED* to make lilypond-book stop overhanging the first line of

Re: Indentation despite noindent

2006-09-24 Thread Graham Percival
James Cownie wrote: \begin[indent=0,staffsize=18]{lilypond} Indent refers to the first line of music, ie aaa There is still the left margin to consider. Look at the docs for \paper settings (the 2.9 docs are better) to see how to change these margins. You may also want to glanc

Re: Indentation despite noindent

2006-09-21 Thread James Cownie
Date: Thu, 21 Sep 2006 07:41:19 +0800 (CST) From: Mark Pim <[EMAIL PROTECTED]> Subject: Re: Indentation despite noindent To: lilypond-user@gnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Sounds more like a problem with LaTeX than Lilypond.

Re: Indentation despite noindent

2006-09-20 Thread Mark Pim
.2) To: lilypond-user@gnu.org Date: Wed, 20 Sep 2006 20:47:29 +0100 Message-ID: <[EMAIL PROTECTED]> Content-Type: multipart/mixed; boundary=Apple-Mail-5-85823075 Subject: Indentation despite noindent Message: 1 I'm using 2.8.6 on a Mac (in case it makes any difference).

RE: Indentation

2005-11-29 Thread Linda Cantoni
Subject: Re: Indentation Don Blaheta <[EMAIL PROTECTED]> writes: > How do I un-indent that first line of my lilypond output? I looked up > "indent" in the index, and found section 10.1.9 of the documentation, so > I know that there is a "most basic setting" named &qu

Re: Indentation

2005-11-28 Thread Michael Welsh Duggan
Don Blaheta <[EMAIL PROTECTED]> writes: > How do I un-indent that first line of my lilypond output? I looked up > "indent" in the index, and found section 10.1.9 of the documentation, so > I know that there is a "most basic setting" named "indent" that is "set > in the \layout block", but nowhere

Indentation

2005-11-28 Thread Don Blaheta
How do I un-indent that first line of my lilypond output? I looked up "indent" in the index, and found section 10.1.9 of the documentation, so I know that there is a "most basic setting" named "indent" that is "set in the \layout block", but nowhere do I found *how* to set it in the \layout block.

Re: Adjust grace note stem length and indentation?

2004-10-27 Thread Mats Bengtsson
est cis8 e8 4.}>> } which I think looks better. By the way, why don't you use \relative to save typing all these quotes to get the right octave? And how can I indent the last line of notes? That's not really supported for the moment. I need to make a D.C. al Coda ... I thought raggedlas

Adjust grace note stem length and indentation?

2004-10-26 Thread Michael Lakes
Hi, I got wo questions :-) Can I adjust the stem length of the grace notes such as the one below to make it shorter? And how can I indent the last line of notes? I need to make a D.C. al Coda ... I thought raggedlast was use for indentation, but it doesn't. thanks for any

Indentation for second page of score

2004-05-23 Thread Doug Asherman
es print out with enough indentation, etc. On the second page, the indentation is 0 (as far as I can tell) and the beginning of the instrument name is cut off. I _think_ I saw a property that handles indentation on the second and succeeding pages, but I can't recall what it was or where I

Re: How to remove first score indentation?

2003-03-19 Thread Mats Bengtsson
Having gone through all the manual, I noticed that we may want to change lilypond-book slightly more. After my change to lilypond-book, an example like - Some text \begin[fragment]{lilypond} c d e f \end{lilypond} some more text will really come out like Some text some

Re: How to remove first score indentation?

2003-03-19 Thread Mats Bengtsson
I have now changed the default behaviour to not add any quotation block. The patch can be found in the CVS repository for the development series. I have just initiated a compilation of the manual to verify that it survives unchanged or improved. /Mats Werner LEMBERG wrote: I made `quote' the d

Re: How to remove first score indentation?

2003-03-18 Thread Werner LEMBERG
> > I made `quote' the default to imitate the previous behaviour of > > the old TeX code in lilypond. > > Something did change though; the LilyPond manuals are now filled > with overfull hbox rules. This was not me! I haven't touched the TeX code in LilyPond for a long time, and then it worked f

Re: How to remove first score indentation?

2003-03-18 Thread David Raleigh Arnold
On Tuesday 18 March 2003 08:55 am, Laura Conrad wrote: > > "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > Han-Wen> [EMAIL PROTECTED] writes: > >> I made `quote' the default to imitate the previous behaviour > >> of the old TeX code in lilypond. > > Han-Wen> Someth

Re: How to remove first score indentation?

2003-03-18 Thread Laura Conrad
> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: Han-Wen> [EMAIL PROTECTED] writes: >> I made `quote' the default to imitate the previous behaviour of the >> old TeX code in lilypond. Han-Wen> Something did change though; the LilyPond manuals are now Han-Wen> fi

Re: How to remove first score indentation?

2003-03-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > lilypond-book together with LaTeX documents, I have never seen any > > example where I didn't want the noquote option. > > I made `quote' the default to imitate the previous behaviour of the > old TeX code in lilypond. Something did change though; the LilyPond manual

Re: How to remove first score indentation?

2003-03-18 Thread Werner LEMBERG
, > > how can I get the music lines to have the same left margin and > > indention as the text lines? > > Use the noquote option to get rid of the extra indentation: > \begin[noquote]{lilypond} ... \end{lilypond} > > This question has popped up a number of times

Re: How to remove first score indentation?

2003-03-04 Thread David Raleigh Arnold
put the instrument name before any of the > > lines because it is obvious from context what the instrument is, > > how can I get the music lines to have the same left margin and > > indention as the text lines? > > Use the noquote option to get rid of the extra indent

Re: How to remove first score indentation?

2003-03-04 Thread Laura Conrad
>>>>> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> Use the noquote option to get rid of the extra indentation: Mats> \begin[noquote]{lilypond} ... \end{lilypond} Thanks, this also gets rid of the silly indentation of the first line at t

Re: How to remove first score indentation?

2003-03-04 Thread Mats Bengtsson
is, how can I get the music lines to have the same left margin and indention as the text lines? Use the noquote option to get rid of the extra indentation: \begin[noquote]{lilypond} ... \end{lilypond} This question has popped up a number of times since Werner Lemberg improved the TeX code out

Re: How to remove first score indentation?

2003-03-03 Thread David Raleigh Arnold
On Monday 03 March 2003 11:37 am, you wrote: > I see that the first line/score is indented in all output I get. > This is also so in the examples I find, like the beautiful Städchen. > However, I have never seen it so in the music notes I find elsewhere, > like my daughters' notes. > > Why is it s

How to remove first score indentation?

2003-03-03 Thread Jon Haugsand
I see that the first line/score is indented in all output I get. This is also so in the examples I find, like the beautiful Städchen. However, I have never seen it so in the music notes I find elsewhere, like my daughters' notes. Why is it so, and how can I get rid of it? -- Jon Haugsand Dept