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) >

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

2019-12-16 Thread Paolo Prete
Hi David, I probably have messed something up in the editor coding style. Currently I'm using at least three different editors ad the same time. I know it's weird and bad, but don't have time to switch to a proper env. In Christmas days things are even more difficult... On Tue, Dec 17, 2019 at

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
Sounds more like a problem with LaTeX than Lilypond. Try setting \parindent=0in I'm not saying that's definitely right but it might be :) Mark - Original Message From: James Cownie <[EMAIL PROTECTED]> Precedence: list MIME-Version: 1.0 (Apple Message framework v752.2) To: lilypond-

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