On Mon, Sep 19, 2022 at 8:21 AM Michael Hendry <hendry.mich...@gmail.com> wrote:
> On 19 Sep 2022, at 15:11, Jean Abou Samra <j...@abou-samra.fr> wrote: > > > > > > > > Le 19/09/2022 à 11:50, Michael Hendry a écrit : > >> On 18 Sep 2022, at 22:32, Jean Abou Samra <j...@abou-samra.fr> wrote: > >> > >>> > >> <SNIP> > >> > >>> \relative c' { > >>> c4 d e2 | > >>> g1 | > >>> g f e d | % notes wrongly entered > >>> s1 % missing bar check > >>> R1*3 | > >>> } > >> A simple visual way to catch missing bar checks is to place them at the > beginning of the bar... > >> > >> \relative c’ { > >> | c4 d e2 > >> | g1 > >> | g f e d > >> s1 > >> | R1*3 > >> } > >> > >> …and if you align the bar checks vertically when entering more than one > bar per line it’s easier to work out where you are when editing. > > What an easy way to have the bar checks easy to see! Wish I'd thought of that! I'm going to use this in the future. Carl > >