(no subject)

2002-03-27 Thread Mammen John \( Bobby \)



Sir / Madam ,         
                
                
                
27..03..02
 
 
I am looking for the  staff  
notation  of the  " Theme Song of Titanic " .
 
Can you please help in any  ways  
?
 
Thanks / Regards ,
 
Mammen  
John



 


Remove Bar Numbers

2002-03-27 Thread Andrew Overholt

Hi,

I just read over the archive and I can't seem to find anything related
to removing the bar numbers completely.  I'm sure it's something I'm
just missing that's obvious, but any pointers would be greatly
appreciated.

Thanks very much.

Andrew

-- 
Andrew Overholt
Engineering Science Electrical 0T3
Bnad Leedur of the Lady Godiva Memorial Bnad
ERTW

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



Re: Remove Bar Numbers

2002-03-27 Thread Mats Bengtsson

The easiest is probably to remove the bar numbering mechanism
completely:

\score{
  ...
  \paper{
...
\translator{
  \ScoreContext
  \remove "Bar_number_engraver"
}
  }
}

To find out what different engravers are available and in which
contexts they are defined by default, please consult the
'Index of internals' part of the on-line manual at www.lilypond.org.

Another possibility is to keep the bar number engraver but turn
off its output, using some of the methods described in the
section on 'Invisible grobs' in the reference manual.

Regards

/Mats


> Hi,
> 
> I just read over the archive and I can't seem to find anything related
> to removing the bar numbers completely.  I'm sure it's something I'm
> just missing that's obvious, but any pointers would be greatly
> appreciated.
> 
> Thanks very much.
> 
> Andrew


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user